Skip to content

Commit

Permalink
[themes] Style checked style of push buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed May 7, 2020
1 parent 10713dd commit 01ec02a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/themes/Blend of Gray/style.qss
Expand Up @@ -265,6 +265,11 @@ QPushButton:pressed, QToolButton:pressed, QTabWidget::top-bar QToolButton:presse
background-color: @darkalternativegradient;
}

QPushButton:open {
background-color: @darkalternativegradient;
border: 1px solid @selection;
}

/* ==================================================================================== */
/* COMBO BOX */
/* ==================================================================================== */
Expand Down
5 changes: 5 additions & 0 deletions resources/themes/Night Mapping/style.qss
Expand Up @@ -275,6 +275,11 @@ QPushButton:pressed, QToolButton:pressed {
background-color: @darkalternativegradient;
}

QPushButton:open {
background-color: @darkalternativegradient;
border: 1px solid @focus;
}

/* ==================================================================================== */
/* COMBO BOX */
/* ==================================================================================== */
Expand Down

0 comments on commit 01ec02a

Please sign in to comment.