[themes] Fix style of line edit within combo box

This commit is contained in:
nirvn 2019-02-11 11:28:26 +07:00
parent 0647188566
commit d1e5d6ef24
2 changed files with 4 additions and 3 deletions

View File

@ -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 {

View File

@ -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 {