aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.14
diff options
context:
space:
mode:
Diffstat (limited to 'common/gnome-shell/3.14')
-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 b7ca459..04a0992 100644
--- a/common/gnome-shell/3.14/gnome-shell-dark.css
+++ b/common/gnome-shell/3.14/gnome-shell-dark.css
@@ -189,7 +189,7 @@ StScrollBar {
-slider-active-background-color: #5294E2;
-slider-active-border-color: transparent;
-slider-border-width: 0;
- -slider-handle-radius: 4px;
+ -slider-handle-radius: 0px;
-slider-handle-border-color: transparent;
-slider-handle-border-width: 0;
height: 18px;
diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css
index 9a04257..3619002 100644
--- a/common/gnome-shell/3.14/gnome-shell.css
+++ b/common/gnome-shell/3.14/gnome-shell.css
@@ -189,7 +189,7 @@ StScrollBar {
-slider-active-background-color: #5294E2;
-slider-active-border-color: transparent;
-slider-border-width: 0;
- -slider-handle-radius: 4px;
+ -slider-handle-radius: 0px;
-slider-handle-border-color: transparent;
-slider-handle-border-width: 0;
height: 18px;
diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss
index 671c993..002938f 100644
--- a/common/gnome-shell/3.14/sass/_common.scss
+++ b/common/gnome-shell/3.14/sass/_common.scss
@@ -169,7 +169,7 @@ StScrollBar {
-slider-active-background-color: $selected_bg_color; //active trough fill
-slider-active-border-color: transparentize(black, 1); //active trough border
-slider-border-width: 0;
- -slider-handle-radius: 4px;
+ -slider-handle-radius: 0px;
-slider-handle-border-color: transparent;
-slider-handle-border-width: 0;
height: 18px;