diff options
author | Horst3180 | 2015-08-23 18:58:39 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-23 18:58:39 +0200 |
commit | 6164a6cd168cc0260baa812e5d9246d9493cf27a (patch) | |
tree | 7cfb63fc1833a65ae7ca46401920d9131c91358f /common/gnome-shell/3.16/gnome-shell.css | |
parent | 2972de1b747a88a37e0f6e966577c19a4598366f (diff) | |
download | solarc-theme-6164a6cd168cc0260baa812e5d9246d9493cf27a.tar.gz solarc-theme-6164a6cd168cc0260baa812e5d9246d9493cf27a.tar.xz solarc-theme-6164a6cd168cc0260baa812e5d9246d9493cf27a.zip |
gnome-shell: dynamic topbar extension support
Diffstat (limited to 'common/gnome-shell/3.16/gnome-shell.css')
-rw-r--r-- | common/gnome-shell/3.16/gnome-shell.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index e2282fe..43abf98 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -591,6 +591,9 @@ StScrollBar { height: 2.1em; min-height: 27px; border-image: url("common-assets/panel/panel.svg") 1 1 1 1; } + #panel.dynamic-top-bar-white-btn { + border-image: none; + background-color: rgba(31, 33, 37, 0.95); } #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { |