Skip to content

Commit 57391d8

Browse files
committed
[themes] Properly style autoRaise state in Night Mapping
1 parent 7aca6af commit 57391d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

resources/themes/Night Mapping/style.qss

+6
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ QToolButton
162162
background-color:@itemdarkbackground;
163163
color:@text;
164164
}
165+
166+
QPushButton[autoRaise=true], QToolButton[autoRaise=true] {
167+
border:1px solid rgba(0,0,0,0);
168+
background-color:transparent;
169+
}
170+
165171
QToolButton[popupMode="1"]
166172
{
167173
padding-right: 0.9em;

0 commit comments

Comments
 (0)