aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.18
diff options
context:
space:
mode:
Diffstat (limited to 'common/gnome-shell/3.18')
-rw-r--r--common/gnome-shell/3.18/gnome-shell-dark.css3
-rw-r--r--common/gnome-shell/3.18/gnome-shell.css3
-rw-r--r--common/gnome-shell/3.18/sass/_common.scss3
3 files changed, 9 insertions, 0 deletions
diff --git a/common/gnome-shell/3.18/gnome-shell-dark.css b/common/gnome-shell/3.18/gnome-shell-dark.css
index f0d98b6..a5341a9 100644
--- a/common/gnome-shell/3.18/gnome-shell-dark.css
+++ b/common/gnome-shell/3.18/gnome-shell-dark.css
@@ -580,6 +580,9 @@ StScrollBar {
font-weight: bold;
height: 2.1em;
min-height: 27px;
+ background-gradient-direction: none;
+ background-color: transparent;
+ border-bottom-width: 0;
border-image: url("common-assets/panel/panel.svg") 1 1 1 1; }
#panel.dynamic-top-bar-white-btn {
border-image: none; }
diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css
index 56d1e01..b464654 100644
--- a/common/gnome-shell/3.18/gnome-shell.css
+++ b/common/gnome-shell/3.18/gnome-shell.css
@@ -580,6 +580,9 @@ StScrollBar {
font-weight: bold;
height: 2.1em;
min-height: 27px;
+ background-gradient-direction: none;
+ background-color: transparent;
+ border-bottom-width: 0;
border-image: url("common-assets/panel/panel.svg") 1 1 1 1; }
#panel.dynamic-top-bar-white-btn {
border-image: none; }
diff --git a/common/gnome-shell/3.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss
index fc818a7..539f44f 100644
--- a/common/gnome-shell/3.18/sass/_common.scss
+++ b/common/gnome-shell/3.18/sass/_common.scss
@@ -782,6 +782,9 @@ StScrollBar {
font-weight: bold;
height: 2.1em;
min-height: 27px;
+ background-gradient-direction: none;
+ background-color: transparent;
+ border-bottom-width: 0;
border-image: url('common-assets/panel/panel.svg') 1 1 1 1;
// Fix dynamic top bar extension