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