mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-19 10:43:33 +00:00
5
dist/qt_themes/default/style.qss
vendored
5
dist/qt_themes/default/style.qss
vendored
@@ -712,6 +712,11 @@ QMenu::item:selected {
|
||||
color: palette(highlighted-text);
|
||||
}
|
||||
|
||||
QMenu::item:disabled {
|
||||
color: palette(disabled, text); /* Use the system's disabled text color */
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
height: 1px;
|
||||
background-color: palette(midlight);
|
||||
|
||||
Reference in New Issue
Block a user