diff options
author | Horst3180 | 2015-08-14 14:04:05 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-14 14:04:05 +0200 |
commit | 74c329df5346290c0ce9e5d3bcdf781ad7604788 (patch) | |
tree | 82cdd6d3ccd5cfb988a8c2b083dccd0445395460 /common/gnome-shell/3.14/gnome-shell.css | |
parent | 64705797d9692d0cb6e2ecb84fe7a1a949c592ea (diff) | |
download | solarc-theme-74c329df5346290c0ce9e5d3bcdf781ad7604788.tar.gz solarc-theme-74c329df5346290c0ce9e5d3bcdf781ad7604788.tar.xz solarc-theme-74c329df5346290c0ce9e5d3bcdf781ad7604788.zip |
some gnome-shell 3.14 fixes
Diffstat (limited to 'common/gnome-shell/3.14/gnome-shell.css')
-rw-r--r-- | common/gnome-shell/3.14/gnome-shell.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css index 5814fdf..9d3df68 100644 --- a/common/gnome-shell/3.14/gnome-shell.css +++ b/common/gnome-shell/3.14/gnome-shell.css @@ -242,7 +242,7 @@ StScrollBar { .modal-dialog > StBoxLayout:first-child { padding: 20px 10px 10px 10px; } .modal-dialog-button-box { - spacing: 0; + spacing: 10px; margin: 0px; padding: 14px 10px; background: none; @@ -863,7 +863,7 @@ StScrollBar { .calendar-today:hover { font-weight: bold; color: #ffffff; - background-color: #5294E2; + background: #5294E2, url("misc/null.svg"); border-width: 0; } .calendar-day-with-events { @@ -1455,6 +1455,9 @@ StScrollBar { color: #BAC3CF; padding-top: 12px; padding-bottom: 12px; } + .summary-boxpointer #summary-right-click-menu .popup-menu-item:active { + color: #ffffff; + background-color: #5294E2; } .summary-boxpointer-stack-scrollview { max-height: 18em; padding-top: 8px; |