From 9616edd737ed4bb0590344763a1084dfad441347 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 23 Sep 2016 23:14:34 +0200 Subject: gnome-shell: updates for 3.22 --- common/gnome-shell/3.18/sass/_common.scss | 43 +++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) (limited to 'common/gnome-shell/3.18/sass') diff --git a/common/gnome-shell/3.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss index ce364c7..057ed37 100644 --- a/common/gnome-shell/3.18/sass/_common.scss +++ b/common/gnome-shell/3.18/sass/_common.scss @@ -547,7 +547,37 @@ StScrollBar { } &-device-icon { icon-size: 64px; } - +} + +// +// Access Dialog +// +.access-dialog { + spacing: 30px; + + &-main-layout { + padding: 12px 20px 0; + spacing: 12px; + } + + &-content { + max-width: 28em; + spacing: 20px; + } + + &-icon { + min-width: 48px; + icon-size: 48px; + } + + &-title { + font-weight: bold; + } + + &-subtitle { + color: $fg_color; + font-weight: bold; + } } // @@ -701,6 +731,10 @@ StScrollBar { border-radius: 2px; color: $selected_bg_color; } + .level-bar { + background-color: $selected_bg_color; + border-radius: 2px; + } } .resize-popup { @@ -777,6 +811,11 @@ StScrollBar { height: 96px; } +// +//Window Cycler +// +.cycler-highlight { border: 5px solid $selected_bg_color; } + // // Workspace Switcher // @@ -1153,7 +1192,7 @@ StScrollBar { &:hover, &:focus { background-color: transparentize(black, 0.9); } - &:active { + &:active, &:selected { color: $fg_color; background-color: transparentize(black, 0.85); border-width: 0; //avoid jumparound due to today -- cgit v1.2.3