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 0647188 commit d1e5d6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion resources/themes/Blend of Gray/style.qss
Expand Up @@ -242,8 +242,9 @@ QComboBox:editable {
background-color: @darkgradient;
}
QComboBox:editable QLineEdit {
background-color: @itemdarkbackground;
background-color: transparent;
color:@itembackground;
border: 0;
}

QComboBox QAbstractItemView, QComboBox QListView {
Expand Down
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 d1e5d6e

Please sign in to comment.