Skip to content

Commit 0c251a1

Browse files
github-actions[bot]nyalldawson
authored andcommittedMay 7, 2020
[themes] Style checked style of push buttons
1 parent 702700e commit 0c251a1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
 

‎resources/themes/Blend of Gray/style.qss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,11 @@ QPushButton:pressed, QToolButton:pressed, QTabWidget::top-bar QToolButton:presse
265265
background-color: @darkalternativegradient;
266266
}
267267

268+
QPushButton:open {
269+
background-color: @darkalternativegradient;
270+
border: 1px solid @selection;
271+
}
272+
268273
/* ==================================================================================== */
269274
/* COMBO BOX */
270275
/* ==================================================================================== */

‎resources/themes/Night Mapping/style.qss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,11 @@ QPushButton:pressed, QToolButton:pressed {
275275
background-color: @darkalternativegradient;
276276
}
277277

278+
QPushButton:open {
279+
background-color: @darkalternativegradient;
280+
border: 1px solid @focus;
281+
}
282+
278283
/* ==================================================================================== */
279284
/* COMBO BOX */
280285
/* ==================================================================================== */

0 commit comments

Comments
 (0)
Please sign in to comment.