Skip to content

Commit 5fc0726

Browse files
committed
[themes] Properly style editable combobox in disabled state
1 parent 7f3640d commit 5fc0726

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/themes/Blend of Gray/style.qss

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ QMenu::item:checked
112112
text-decoration:underline;
113113
}
114114

115-
QWidget:disabled
115+
QWidget:disabled, QWidget:editable:disabled
116116
{
117117
color: @itemalternativebackground;
118118
background-color: @background;

resources/themes/Night Mapping/style.qss

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ QMenu::item:checked
112112
text-decoration:underline;
113113
}
114114

115-
QWidget:disabled
115+
QWidget:disabled, QWidget:editable:disabled
116116
{
117117
color: #404040;
118118
background-color: @background;

0 commit comments

Comments
 (0)