Visually signal correctly if a dropdown menu in the launcher is disabled

This commit is contained in:
Alexander Bock
2020-10-13 09:56:05 +02:00
parent 26b9db81e6
commit f2a1173dc1
@@ -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;