Skip to content

Commit 6d0de1c

Browse files
committedFeb 11, 2019
[themes] Fix style of line edit within combo box
1 parent 99a708e commit 6d0de1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎resources/themes/Night Mapping/style.qss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,11 @@ QComboBox:editable {
252252
background-color: @darkgradient;
253253
}
254254
QComboBox:editable QLineEdit {
255-
border-color: @itemdarkbackground;
256-
background-color: @itemdarkbackground;
255+
background-color: transparent;
257256
color:@text;
258257
selection-background-color: @selection;
259258
selection-color: @text;
259+
border: 0;
260260
}
261261

262262
QComboBox QAbstractItemView, QComboBox QListView {

0 commit comments

Comments
 (0)
Please sign in to comment.