We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 99a708e commit 6d0de1cCopy full SHA for 6d0de1c
resources/themes/Night Mapping/style.qss
@@ -252,11 +252,11 @@ QComboBox:editable {
252
background-color: @darkgradient;
253
}
254
QComboBox:editable QLineEdit {
255
- border-color: @itemdarkbackground;
256
- background-color: @itemdarkbackground;
+ background-color: transparent;
257
color:@text;
258
selection-background-color: @selection;
259
selection-color: @text;
+ border: 0;
260
261
262
QComboBox QAbstractItemView, QComboBox QListView {
0 commit comments