diff options
author | Horst3180 | 2015-08-27 20:54:34 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-27 20:54:34 +0200 |
commit | b811483e7f6fb97afa531a873c73a48f48ef8468 (patch) | |
tree | 464a7428be62597876a31b3dd1ce572674525a0f /common/gtk-3.0/3.16/gtk-contained.css | |
parent | fc5afcbe1288d47568df3a59300aa1514990178a (diff) | |
download | solarc-theme-b811483e7f6fb97afa531a873c73a48f48ef8468.tar.gz solarc-theme-b811483e7f6fb97afa531a873c73a48f48ef8468.tar.xz solarc-theme-b811483e7f6fb97afa531a873c73a48f48ef8468.zip |
better readability on insensitive active buttons
Diffstat (limited to 'common/gtk-3.0/3.16/gtk-contained.css')
-rw-r--r-- | common/gtk-3.0/3.16/gtk-contained.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained.css b/common/gtk-3.0/3.16/gtk-contained.css index c8e64db..d960ac8 100644 --- a/common/gtk-3.0/3.16/gtk-contained.css +++ b/common/gtk-3.0/3.16/gtk-contained.css @@ -319,9 +319,9 @@ GtkSearchEntry.entry { .button:insensitive > GtkLabel { color: inherit; } .button:insensitive:active, .button:insensitive:checked { - color: rgba(255, 255, 255, 0.55); - border-color: rgba(82, 148, 226, 0.55); - background-color: rgba(82, 148, 226, 0.55); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .button:insensitive:active > GtkLabel, .button:insensitive:checked > GtkLabel { color: inherit; } @@ -547,9 +547,9 @@ GtkSearchEntry.entry { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { - color: rgba(255, 255, 255, 0.55); - border-color: rgba(82, 148, 226, 0.55); - background-color: rgba(82, 148, 226, 0.55); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(82, 148, 226, 0.75); + background-color: rgba(82, 148, 226, 0.75); opacity: 0.6; } .inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton > .button:insensitive:checked > GtkLabel { |