mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
[themes] Fix style of line edit within combo box
This commit is contained in:
parent
0647188566
commit
d1e5d6ef24
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user