Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[themes] Properly style editable combobox in disabled state
  • Loading branch information
nirvn committed Feb 8, 2019
1 parent 7f3640d commit 5fc0726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/themes/Blend of Gray/style.qss
Expand Up @@ -112,7 +112,7 @@ QMenu::item:checked
text-decoration:underline;
}

QWidget:disabled
QWidget:disabled, QWidget:editable:disabled
{
color: @itemalternativebackground;
background-color: @background;
Expand Down
2 changes: 1 addition & 1 deletion resources/themes/Night Mapping/style.qss
Expand Up @@ -112,7 +112,7 @@ QMenu::item:checked
text-decoration:underline;
}

QWidget:disabled
QWidget:disabled, QWidget:editable:disabled
{
color: #404040;
background-color: @background;
Expand Down

0 comments on commit 5fc0726

Please sign in to comment.