Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[themes] Properly style autoRaise state in Night Mapping
  • Loading branch information
nirvn committed Feb 6, 2019
1 parent 7aca6af commit 57391d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/themes/Night Mapping/style.qss
Expand Up @@ -162,6 +162,12 @@ QToolButton
background-color:@itemdarkbackground;
color:@text;
}

QPushButton[autoRaise=true], QToolButton[autoRaise=true] {
border:1px solid rgba(0,0,0,0);
background-color:transparent;
}

QToolButton[popupMode="1"]
{
padding-right: 0.9em;
Expand Down

0 comments on commit 57391d8

Please sign in to comment.