settings_ui: Use better colors for the light theme
This commit is contained in:
parent
1fb158ce90
commit
d5bf597436
|
@ -51,11 +51,11 @@ QPushButton#GPUStatusBarButton:hover {
|
|||
}
|
||||
|
||||
QPushButton#GPUStatusBarButton:checked {
|
||||
color: #ff8040;
|
||||
color: #b06020;
|
||||
}
|
||||
|
||||
QPushButton#GPUStatusBarButton:!checked {
|
||||
color: #40dd40;
|
||||
color: #109010;
|
||||
}
|
||||
|
||||
QPushButton#buttonRefreshDevices {
|
||||
|
|
Reference in New Issue