diff options
author | Horst3180 | 2015-09-14 12:08:55 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-14 12:08:55 +0200 |
commit | c9e20ae775d07023e9a6480d7775cef1c62f08f9 (patch) | |
tree | ab76274d416697c9c1b25e9e8509c6f6574704dc /common/gtk-3.0/3.14/gtk-contained-solid.css | |
parent | 38a1e46559e71646df76bb08a087abbb9693ebea (diff) | |
download | solarc-theme-c9e20ae775d07023e9a6480d7775cef1c62f08f9.tar.gz solarc-theme-c9e20ae775d07023e9a6480d7775cef1c62f08f9.tar.xz solarc-theme-c9e20ae775d07023e9a6480d7775cef1c62f08f9.zip |
revisit the linking logic
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained-solid.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-contained-solid.css | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid.css b/common/gtk-3.0/3.14/gtk-contained-solid.css index 2fe72f4..e57fad9 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid.css @@ -303,8 +303,6 @@ GtkSearchEntry.entry { background-clip: border-box; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #8f9aae; - background-color: #8f9aae; border-color: #5294E2; background-color: #5294E2; transition-duration: 50ms; } @@ -535,8 +533,6 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #8f9aae; - background-color: #8f9aae; border-color: #5294E2; background-color: #5294E2; } .inline-toolbar GtkToolButton > .button:insensitive { @@ -784,8 +780,6 @@ GtkSearchEntry.entry { .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #8f9aae; - background-color: #8f9aae; border-color: #5294E2; background-color: #5294E2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { @@ -807,8 +801,6 @@ GtkSearchEntry.entry { .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #8f9aae; - background-color: #8f9aae; border-color: #5294E2; background-color: #5294E2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { @@ -2165,6 +2157,10 @@ GtkCalendar { background-image: none; } GtkCalendar.button:hover, GtkCalendar.button:focus:hover { color: #5c616c; } + GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { + color: rgba(92, 97, 108, 0.55); + background-color: transparent; + background-image: none; } GtkCalendar.highlight { color: alpha(currentColor,0.55); } @@ -3548,8 +3544,6 @@ GtkListBox .h4 { #content_frame .button:active, #content_frame .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #8f9aae; - background-color: #8f9aae; border-color: #5294E2; background-color: #5294E2; } #content_frame .button:insensitive { |