diff options
author | Horst3180 | 2016-09-20 21:30:16 +0200 |
---|---|---|
committer | Horst3180 | 2016-09-20 21:30:16 +0200 |
commit | a7e9f80aab54181d8df5fbd3a77978b11f2f46c6 (patch) | |
tree | 3ae7a198cfbffd0baa52abb76f739b281b7ed01a /common/gtk-3.0/3.16 | |
parent | 97d96272f05eb9692203cea422d70af739bb154d (diff) | |
download | solarc-theme-a7e9f80aab54181d8df5fbd3a77978b11f2f46c6.tar.gz solarc-theme-a7e9f80aab54181d8df5fbd3a77978b11f2f46c6.tar.xz solarc-theme-a7e9f80aab54181d8df5fbd3a77978b11f2f46c6.zip |
spinbutton tweaks
Diffstat (limited to 'common/gtk-3.0/3.16')
-rw-r--r-- | common/gtk-3.0/3.16/gtk-dark.css | 3 | ||||
-rw-r--r-- | common/gtk-3.0/3.16/gtk-darker.css | 3 | ||||
-rw-r--r-- | common/gtk-3.0/3.16/gtk-solid-dark.css | 3 | ||||
-rw-r--r-- | common/gtk-3.0/3.16/gtk-solid-darker.css | 3 | ||||
-rw-r--r-- | common/gtk-3.0/3.16/gtk-solid.css | 3 | ||||
-rw-r--r-- | common/gtk-3.0/3.16/gtk.css | 3 | ||||
-rw-r--r-- | common/gtk-3.0/3.16/sass/_common.scss | 2 |
7 files changed, 0 insertions, 20 deletions
diff --git a/common/gtk-3.0/3.16/gtk-dark.css b/common/gtk-3.0/3.16/gtk-dark.css index a36fd3f..c45621e 100644 --- a/common/gtk-3.0/3.16/gtk-dark.css +++ b/common/gtk-3.0/3.16/gtk-dark.css @@ -283,9 +283,6 @@ GtkSearchEntry.entry { border-color: #2b2e39; background-color: #5294e2; transition-duration: 50ms; } - .button:active .label:insensitive, .button:checked .label:insensitive { - color: inherit; - opacity: 0.6; } .button:active { color: #D3DAE3; } .button:active:hover, .button:checked { diff --git a/common/gtk-3.0/3.16/gtk-darker.css b/common/gtk-3.0/3.16/gtk-darker.css index 54baadd..b42ea2c 100644 --- a/common/gtk-3.0/3.16/gtk-darker.css +++ b/common/gtk-3.0/3.16/gtk-darker.css @@ -282,9 +282,6 @@ GtkSearchEntry.entry { border-color: #5294e2; background-color: #5294e2; transition-duration: 50ms; } - .button:active .label:insensitive, .button:checked .label:insensitive { - color: inherit; - opacity: 0.6; } .button:active { color: #5c616c; } .button:active:hover, .button:checked { diff --git a/common/gtk-3.0/3.16/gtk-solid-dark.css b/common/gtk-3.0/3.16/gtk-solid-dark.css index f49c484..99a4dc1 100644 --- a/common/gtk-3.0/3.16/gtk-solid-dark.css +++ b/common/gtk-3.0/3.16/gtk-solid-dark.css @@ -283,9 +283,6 @@ GtkSearchEntry.entry { border-color: #2b2e39; background-color: #5294e2; transition-duration: 50ms; } - .button:active .label:insensitive, .button:checked .label:insensitive { - color: inherit; - opacity: 0.6; } .button:active { color: #D3DAE3; } .button:active:hover, .button:checked { diff --git a/common/gtk-3.0/3.16/gtk-solid-darker.css b/common/gtk-3.0/3.16/gtk-solid-darker.css index 4d9e252..a2154f2 100644 --- a/common/gtk-3.0/3.16/gtk-solid-darker.css +++ b/common/gtk-3.0/3.16/gtk-solid-darker.css @@ -282,9 +282,6 @@ GtkSearchEntry.entry { border-color: #5294e2; background-color: #5294e2; transition-duration: 50ms; } - .button:active .label:insensitive, .button:checked .label:insensitive { - color: inherit; - opacity: 0.6; } .button:active { color: #5c616c; } .button:active:hover, .button:checked { diff --git a/common/gtk-3.0/3.16/gtk-solid.css b/common/gtk-3.0/3.16/gtk-solid.css index 04fc939..a8238d1 100644 --- a/common/gtk-3.0/3.16/gtk-solid.css +++ b/common/gtk-3.0/3.16/gtk-solid.css @@ -282,9 +282,6 @@ GtkSearchEntry.entry { border-color: #5294e2; background-color: #5294e2; transition-duration: 50ms; } - .button:active .label:insensitive, .button:checked .label:insensitive { - color: inherit; - opacity: 0.6; } .button:active { color: #5c616c; } .button:active:hover, .button:checked { diff --git a/common/gtk-3.0/3.16/gtk.css b/common/gtk-3.0/3.16/gtk.css index f89832f..c25fa18 100644 --- a/common/gtk-3.0/3.16/gtk.css +++ b/common/gtk-3.0/3.16/gtk.css @@ -282,9 +282,6 @@ GtkSearchEntry.entry { border-color: #5294e2; background-color: #5294e2; transition-duration: 50ms; } - .button:active .label:insensitive, .button:checked .label:insensitive { - color: inherit; - opacity: 0.6; } .button:active { color: #5c616c; } .button:active:hover, .button:checked { diff --git a/common/gtk-3.0/3.16/sass/_common.scss b/common/gtk-3.0/3.16/sass/_common.scss index e7a4d53..200adc0 100644 --- a/common/gtk-3.0/3.16/sass/_common.scss +++ b/common/gtk-3.0/3.16/sass/_common.scss @@ -384,8 +384,6 @@ $_dot_color: $selected_bg_color; background-clip: if($variant=='light', border-box, padding-box); @include button(active); transition-duration: 50ms; - - .label:insensitive { color: inherit; opacity: 0.6; } } //Webkitgtk workaround start |