mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-23 06:57:08 +00:00
Made progress bars more legible in dark mode
This commit is contained in:
parent
56e1c23413
commit
0615db9e2e
@ -493,3 +493,10 @@ QTableCornerButton::section {
|
|||||||
border-left: 0px;
|
border-left: 0px;
|
||||||
border-bottom: 0px;
|
border-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QProgressBar {
|
||||||
|
border: 2px solid grey;
|
||||||
|
border-radius: 5px;
|
||||||
|
background-color: #202020;
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user