settings_ui: Use better colors for the light theme

This commit is contained in:
german77 2021-08-04 11:41:58 -05:00
parent 1fb158ce90
commit d5bf597436
1 changed files with 2 additions and 2 deletions

View File

@ -51,11 +51,11 @@ QPushButton#GPUStatusBarButton:hover {
}
QPushButton#GPUStatusBarButton:checked {
color: #ff8040;
color: #b06020;
}
QPushButton#GPUStatusBarButton:!checked {
color: #40dd40;
color: #109010;
}
QPushButton#buttonRefreshDevices {