File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -242,8 +242,9 @@ QComboBox:editable {
242
242
background-color: @darkgradient;
243
243
}
244
244
QComboBox:editable QLineEdit {
245
- background-color: @itemdarkbackground ;
245
+ background-color: transparent ;
246
246
color:@itembackground;
247
+ border: 0;
247
248
}
248
249
249
250
QComboBox QAbstractItemView, QComboBox QListView {
Original file line number Diff line number Diff line change @@ -252,11 +252,11 @@ QComboBox:editable {
252
252
background-color: @darkgradient;
253
253
}
254
254
QComboBox:editable QLineEdit {
255
- border-color: @itemdarkbackground;
256
- background-color: @itemdarkbackground;
255
+ background-color: transparent;
257
256
color:@text;
258
257
selection-background-color: @selection;
259
258
selection-color: @text;
259
+ border: 0;
260
260
}
261
261
262
262
QComboBox QAbstractItemView, QComboBox QListView {
You can’t perform that action at this time.
0 commit comments