Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[themes] Get rid of the check mark in combo box drop down lists
  • Loading branch information
nirvn committed Feb 5, 2019
1 parent fef5176 commit 34de184
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions resources/themes/Night Mapping/style.qss
Expand Up @@ -286,6 +286,13 @@ QComboBox:item:checked {
text-decoration:underline;
}

QComboBox::indicator {
background-color:transparent;
selection-background-color:transparent;
color:transparent;
selection-color:transparent;
}

QLineEdit:focus
{
border: 1px solid @focus;
Expand Down

0 comments on commit 34de184

Please sign in to comment.