Dim disabled items in context menus (#4423)

This commit is contained in:
nerix
2023-04-29 18:50:13 +02:00
committed by GitHub
parent caaa0d91f6
commit 642718474c
7 changed files with 40 additions and 11 deletions
+11
View File
@@ -66,3 +66,14 @@ chatterino--NavigationLabel {
font-size: 15px;
color: #A6DDF4;
}
QMenu {
background: #242424;
border: #555555;
color: #ffffff;
selection-background-color: #555555;
}
QMenu::item:disabled {
color: #8c7f7f;
}