aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/gtk-contained.css
diff options
context:
space:
mode:
authorHorst31802015-08-27 20:54:34 +0200
committerHorst31802015-08-27 20:54:34 +0200
commitb811483e7f6fb97afa531a873c73a48f48ef8468 (patch)
tree464a7428be62597876a31b3dd1ce572674525a0f /common/gtk-3.0/3.14/gtk-contained.css
parentfc5afcbe1288d47568df3a59300aa1514990178a (diff)
downloadsolarc-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.14/gtk-contained.css')
-rw-r--r--common/gtk-3.0/3.14/gtk-contained.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css
index 9512f1e..44ad237 100644
--- a/common/gtk-3.0/3.14/gtk-contained.css
+++ b/common/gtk-3.0/3.14/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 {