diff options
author | Horst3180 | 2015-08-27 21:19:43 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-27 21:19:43 +0200 |
commit | f45099620c414429caa3f062b0dc01af72b58b5e (patch) | |
tree | f94d850605d2a3c0f0315f325bb0e9ffc618101e /common/gtk-3.0/3.18/gtk-contained-darker.css | |
parent | e94bef5a3f1fa932a9bc8014a2fdbf663e6cafe1 (diff) | |
download | solarc-theme-f45099620c414429caa3f062b0dc01af72b58b5e.tar.gz solarc-theme-f45099620c414429caa3f062b0dc01af72b58b5e.tar.xz solarc-theme-f45099620c414429caa3f062b0dc01af72b58b5e.zip |
more calendar tweaks
Diffstat (limited to 'common/gtk-3.0/3.18/gtk-contained-darker.css')
-rw-r--r-- | common/gtk-3.0/3.18/gtk-contained-darker.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/common/gtk-3.0/3.18/gtk-contained-darker.css b/common/gtk-3.0/3.18/gtk-contained-darker.css index ce9b35f..0ba45b5 100644 --- a/common/gtk-3.0/3.18/gtk-contained-darker.css +++ b/common/gtk-3.0/3.18/gtk-contained-darker.css @@ -791,7 +791,7 @@ GtkSearchEntry.entry { .app-notification .sidebar-button.button, .app-notification.frame .button.flat, .app-notification.frame .sidebar-button.button, .app-notification .button.flat:insensitive, .app-notification .sidebar-button.button:insensitive, -.app-notification.frame .button.flat:insensitive, .app-notification.frame .sidebar-button.button:insensitive { +.app-notification.frame .button.flat:insensitive, .app-notification.frame .sidebar-button.button:insensitive, GtkCalendar.button, GtkCalendar.button:focus { border-color: transparent; background-color: transparent; background-image: none; @@ -2650,11 +2650,15 @@ GtkCalendar { border: 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:inconsistent { color: alpha(currentColor,0.55); } GtkCalendar.highlight { color: #5c616c; - background-color: #dbdfe3; } + background-color: rgba(207, 214, 230, 0.5); } /*********** * Dialogs * |