mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01: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…
x
Reference in New Issue
Block a user