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 c1e62ed commit 87a1cb5Copy full SHA for 87a1cb5
resources/themes/Night Mapping/style.qss
@@ -162,6 +162,12 @@ QToolButton
162
background-color:@itemdarkbackground;
163
color:@text;
164
}
165
+
166
+QPushButton[autoRaise=true], QToolButton[autoRaise=true] {
167
+ border:1px solid rgba(0,0,0,0);
168
+ background-color:transparent;
169
+}
170
171
QToolButton[popupMode="1"]
172
{
173
padding-right: 0.9em;
0 commit comments