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/gnome-shell.css | |
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/gnome-shell.css')
-rw-r--r-- | common/gnome-shell/3.18/gnome-shell.css | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css index b9e3983..b27c78f 100644 --- a/common/gnome-shell/3.18/gnome-shell.css +++ b/common/gnome-shell/3.18/gnome-shell.css @@ -414,6 +414,23 @@ StScrollBar { .audio-selection-device-icon { icon-size: 64px; } +.access-dialog { + spacing: 30px; } + .access-dialog-main-layout { + padding: 12px 20px 0; + spacing: 12px; } + .access-dialog-content { + max-width: 28em; + spacing: 20px; } + .access-dialog-icon { + min-width: 48px; + icon-size: 48px; } + .access-dialog-title { + font-weight: bold; } + .access-dialog-subtitle { + color: #5c616c; + font-weight: bold; } + .geolocation-dialog { spacing: 30px; } .geolocation-dialog-main-layout { @@ -525,6 +542,9 @@ StScrollBar { background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; color: #5294e2; } + .osd-window .level-bar { + background-color: #5294e2; + border-radius: 2px; } .resize-popup { color: #BAC3CF; @@ -577,6 +597,9 @@ StScrollBar { width: 96px; height: 96px; } +.cycler-highlight { + border: 5px solid #5294e2; } + .workspace-switcher { background: transparent; border: 0px; @@ -881,7 +904,7 @@ StScrollBar { border-radius: 12.5px; } .calendar-day-base:hover, .calendar-day-base:focus { background-color: rgba(0, 0, 0, 0.1); } - .calendar-day-base:active { + .calendar-day-base:active, .calendar-day-base:selected { color: #5c616c; background-color: rgba(0, 0, 0, 0.15); border-width: 0; } |