GUI: dark mode: adjust text color for disabled menu items
This commit is contained in:
parent
ecf775e306
commit
92f9852942
@ -71,3 +71,6 @@ QToolButton:on {
|
|||||||
QMenu::item:checked {
|
QMenu::item:checked {
|
||||||
background: #505050;
|
background: #505050;
|
||||||
}
|
}
|
||||||
|
QMenu::item:!enabled {
|
||||||
|
color: #808080;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user