From 74c329df5346290c0ce9e5d3bcdf781ad7604788 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 14 Aug 2015 14:04:05 +0200 Subject: some gnome-shell 3.14 fixes --- common/gnome-shell/3.14/gnome-shell.css | 7 +++++-- common/gnome-shell/3.14/sass/_common.scss | 11 ++++++++--- 2 files changed, 13 insertions(+), 5 deletions(-) (limited to 'common/gnome-shell') 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; 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 { -- cgit v1.2.3