mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -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;
|
background-color: @darkgradient;
|
||||||
}
|
}
|
||||||
QComboBox:editable QLineEdit {
|
QComboBox:editable QLineEdit {
|
||||||
background-color: @itemdarkbackground;
|
background-color: transparent;
|
||||||
color:@itembackground;
|
color:@itembackground;
|
||||||
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox QAbstractItemView, QComboBox QListView {
|
QComboBox QAbstractItemView, QComboBox QListView {
|
||||||
|
@ -252,11 +252,11 @@ QComboBox:editable {
|
|||||||
background-color: @darkgradient;
|
background-color: @darkgradient;
|
||||||
}
|
}
|
||||||
QComboBox:editable QLineEdit {
|
QComboBox:editable QLineEdit {
|
||||||
border-color: @itemdarkbackground;
|
background-color: transparent;
|
||||||
background-color: @itemdarkbackground;
|
|
||||||
color:@text;
|
color:@text;
|
||||||
selection-background-color: @selection;
|
selection-background-color: @selection;
|
||||||
selection-color: @text;
|
selection-color: @text;
|
||||||
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox QAbstractItemView, QComboBox QListView {
|
QComboBox QAbstractItemView, QComboBox QListView {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user