fix/themes

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2025-11-02 05:17:44 +00:00
parent 577385c98c
commit 729764ebe2

View File

@@ -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);