aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk-solid-darker.css
diff options
context:
space:
mode:
authorHorst31802016-09-20 21:09:23 +0200
committerHorst31802016-09-20 21:09:23 +0200
commit97d96272f05eb9692203cea422d70af739bb154d (patch)
tree0adff0b73a2db447443a8405bb4ab55e236f9815 /common/gtk-3.0/3.20/gtk-solid-darker.css
parentbd6e2882e9699d736a37e2f53d9e9057f0a476c0 (diff)
downloadsolarc-theme-97d96272f05eb9692203cea422d70af739bb154d.tar.gz
solarc-theme-97d96272f05eb9692203cea422d70af739bb154d.tar.xz
solarc-theme-97d96272f05eb9692203cea422d70af739bb154d.zip
fix color of disabled labels in checked buttons
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-solid-darker.css')
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-darker.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 78ef016..dfabb1f 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -270,6 +270,9 @@ button {
background-color: #5294e2;
background-clip: border-box;
transition-duration: 50ms; }
+ button:active label:disabled, button:checked label:disabled {
+ color: inherit;
+ opacity: 0.6; }
button:active {
color: #5c616c; }
button:active:hover, button:checked {