aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/gnome-shell/3.14/gnome-shell-dark.css2
-rw-r--r--common/gnome-shell/3.14/gnome-shell.css2
-rw-r--r--common/gnome-shell/3.14/sass/_common.scss2
3 files changed, 3 insertions, 3 deletions
diff --git a/common/gnome-shell/3.14/gnome-shell-dark.css b/common/gnome-shell/3.14/gnome-shell-dark.css
index 0d65df4..1bb4b3c 100644
--- a/common/gnome-shell/3.14/gnome-shell-dark.css
+++ b/common/gnome-shell/3.14/gnome-shell-dark.css
@@ -1112,7 +1112,7 @@ StScrollBar {
#dash {
font-size: 1em;
color: #BAC3CF;
- background-color: transparent;
+ background-color: rgba(53, 57, 69, 0.95);
border: none;
padding: 3px 0px 3px 0px;
border-radius: 0 3px 3px 0; }
diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css
index 6569f68..3cd0087 100644
--- a/common/gnome-shell/3.14/gnome-shell.css
+++ b/common/gnome-shell/3.14/gnome-shell.css
@@ -1112,7 +1112,7 @@ StScrollBar {
#dash {
font-size: 1em;
color: #BAC3CF;
- background-color: transparent;
+ background-color: rgba(53, 57, 69, 0.95);
border: none;
padding: 3px 0px 3px 0px;
border-radius: 0 3px 3px 0; }
diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss
index f793991..ec34423 100644
--- a/common/gnome-shell/3.14/sass/_common.scss
+++ b/common/gnome-shell/3.14/sass/_common.scss
@@ -1401,7 +1401,7 @@ StScrollBar {
#dash {
font-size: 1em;
color: $osd_fg_color;
- background-color: transparent;
+ background-color: $dark_sidebar_bg;
border: none;
padding: 3px 0px 3px 0px;
border-radius: 0 3px 3px 0;