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 9ea7f1e commit 6aeaa23
Showing 1 changed file with 1 addition and 1 deletion.
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 6aeaa23

Please sign in to comment.