diff options
author | Horst3180 | 2016-09-23 23:14:34 +0200 |
---|---|---|
committer | Horst3180 | 2016-09-23 23:14:34 +0200 |
commit | 9616edd737ed4bb0590344763a1084dfad441347 (patch) | |
tree | 88a4064cb4765198b270b705ee6d2b005f8d0d74 /common/gnome-shell/3.18/sass | |
parent | 39f00f00b45de99b631b8dda194a5cf0e191310c (diff) | |
download | solarc-theme-9616edd737ed4bb0590344763a1084dfad441347.tar.gz solarc-theme-9616edd737ed4bb0590344763a1084dfad441347.tar.xz solarc-theme-9616edd737ed4bb0590344763a1084dfad441347.zip |
gnome-shell: updates for 3.22
Diffstat (limited to 'common/gnome-shell/3.18/sass')
-rw-r--r-- | common/gnome-shell/3.18/sass/_common.scss | 43 |
1 files changed, 41 insertions, 2 deletions
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 { @@ -778,6 +812,11 @@ StScrollBar { } // +//Window Cycler +// +.cycler-highlight { border: 5px solid $selected_bg_color; } + +// // Workspace Switcher // .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 |