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 eeff02f commit c62a4aeCopy full SHA for c62a4ae
resources/themes/Blend of Gray/style.qss
@@ -274,6 +274,13 @@ QComboBox:item:checked {
274
text-decoration:underline;
275
}
276
277
+QComboBox::indicator {
278
+ background-color:transparent;
279
+ selection-background-color:transparent;
280
+ color:transparent;
281
+ selection-color:transparent;
282
+}
283
+
284
QLineEdit:focus
285
{
286
border: 1px solid @selection;
resources/themes/Night Mapping/style.qss
@@ -286,6 +286,13 @@ QComboBox:item:checked {
287
288
289
290
291
292
293
294
295
296
297
298
border: 1px solid @focus;
0 commit comments