From 6164a6cd168cc0260baa812e5d9246d9493cf27a Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sun, 23 Aug 2015 18:58:39 +0200 Subject: gnome-shell: dynamic topbar extension support --- common/gnome-shell/3.14/gnome-shell.css | 2 ++ common/gnome-shell/3.14/sass/_common.scss | 3 +++ common/gnome-shell/3.16/gnome-shell.css | 3 +++ common/gnome-shell/3.16/sass/_common.scss | 3 +++ 4 files changed, 11 insertions(+) (limited to 'common') diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css index 9d3df68..2fbfd7a 100644 --- a/common/gnome-shell/3.14/gnome-shell.css +++ b/common/gnome-shell/3.14/gnome-shell.css @@ -626,6 +626,8 @@ 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; } #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss index 9697050..3949bda 100644 --- a/common/gnome-shell/3.14/sass/_common.scss +++ b/common/gnome-shell/3.14/sass/_common.scss @@ -801,6 +801,9 @@ StScrollBar { min-height: 27px; border-image: url('common-assets/panel/panel.svg') 1 1 1 1; + // Fix dynamic top bar extension + .dynamic-top-bar-white-btn { border-image: none; } + &.unlock-screen, &.login-screen, &.lock-screen { 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 { diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss index cb4815b..3ecc391 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -769,6 +769,9 @@ StScrollBar { min-height: 27px; border-image: url('common-assets/panel/panel.svg') 1 1 1 1; + // Fix dynamic top bar extension + &.dynamic-top-bar-white-btn { border-image: none; } + &.unlock-screen, &.login-screen, &.lock-screen { -- cgit v1.2.3