mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-07 03:49:43 -05:00
Visually signal correctly if a dropdown menu in the launcher is disabled
This commit is contained in:
@@ -42,6 +42,11 @@ LauncherWindow QComboBox#config:hover {
|
||||
background: rgb(120, 120, 120);
|
||||
}
|
||||
|
||||
LauncherWindow QComboBox#config:disabled {
|
||||
background: rgb(175, 175, 175);
|
||||
color: rgb(225, 225, 225);
|
||||
}
|
||||
|
||||
LauncherWindow QPushButton {
|
||||
font-family: Segoe UI;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user