Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[themes] Fix style of line edit within combo box
  • Loading branch information
nirvn committed Feb 11, 2019
1 parent 99a708e commit 6d0de1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/themes/Night Mapping/style.qss
Expand Up @@ -252,11 +252,11 @@ QComboBox:editable {
background-color: @darkgradient;
}
QComboBox:editable QLineEdit {
border-color: @itemdarkbackground;
background-color: @itemdarkbackground;
background-color: transparent;
color:@text;
selection-background-color: @selection;
selection-color: @text;
border: 0;
}

QComboBox QAbstractItemView, QComboBox QListView {
Expand Down

0 comments on commit 6d0de1c

Please sign in to comment.