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/sass | |
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/sass')
-rw-r--r-- | common/gnome-shell/3.14/sass/_common.scss | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss index 93fcd61..9697050 100644 --- a/common/gnome-shell/3.14/sass/_common.scss +++ b/common/gnome-shell/3.14/sass/_common.scss @@ -240,7 +240,7 @@ StScrollBar { } &-button-box { - spacing: 0; + spacing: 10px; margin: 0px; padding: 14px 10px; background: none; @@ -256,7 +256,7 @@ StScrollBar { } } - .run-dialog-entry { width: 21em; } + .run-dialog-entry { width: 21em;} .run-dialog-error-box { padding-top: 5px; spacing: 5px; @@ -1094,7 +1094,7 @@ StScrollBar { .calendar-today:hover { font-weight: bold; color: $selected_fg_color; - background-color: $selected_bg_color; + background: $selected_bg_color, url("misc/null.svg"); border-width: 0; } @@ -1830,6 +1830,11 @@ StScrollBar { color: $osd_fg_color; padding-top: 12px; padding-bottom: 12px; + + .popup-menu-item:active { + color: $selected_fg_color; + background-color: $selected_bg_color; + } } &-stack-scrollview { |