mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-16 03:14:35 +00:00
Qt: Fix disabled menu items in MacOS native theme
This commit is contained in:
@@ -624,6 +624,9 @@ QMenu::item:selected {
|
||||
background-color: #2b4ab3;
|
||||
color: #ffffff;
|
||||
}
|
||||
QMenu::item:disabled {
|
||||
color: #585858;
|
||||
}
|
||||
QMenu::icon:checked {
|
||||
background: #414141;
|
||||
border: 1px solid #777;
|
||||
@@ -659,6 +662,9 @@ QMenu::icon:checked {
|
||||
background: #414141;
|
||||
border: 1px solid #777;
|
||||
}
|
||||
QMenu::item:disabled {
|
||||
color: #909090;
|
||||
}
|
||||
QMenu::separator {
|
||||
background: #a9a9a9;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user