aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.18
diff options
context:
space:
mode:
authorhorst31802016-08-11 15:34:40 +0200
committerGitHub2016-08-11 15:34:40 +0200
commit211dd7aeb218ce3ba0f3f1d9d1d2e49a075635db (patch)
tree64b79f5df288b2f57cbc6fa87957b4252bc67c31 /common/gnome-shell/3.18
parente10fefb63f626489068565fd8916c6c6cf59295a (diff)
parent2668df1a3db7eb33145e4e589706866ee4712a22 (diff)
downloadsolarc-theme-211dd7aeb218ce3ba0f3f1d9d1d2e49a075635db.tar.gz
solarc-theme-211dd7aeb218ce3ba0f3f1d9d1d2e49a075635db.tar.xz
solarc-theme-211dd7aeb218ce3ba0f3f1d9d1d2e49a075635db.zip
Merge pull request #622 from Beta1440/gnome-shell-slider-patch
Fix slider for gnome-shell
Diffstat (limited to 'common/gnome-shell/3.18')
-rw-r--r--common/gnome-shell/3.18/gnome-shell-dark.css2
-rw-r--r--common/gnome-shell/3.18/gnome-shell.css2
-rw-r--r--common/gnome-shell/3.18/sass/_common.scss2
3 files changed, 3 insertions, 3 deletions
diff --git a/common/gnome-shell/3.18/gnome-shell-dark.css b/common/gnome-shell/3.18/gnome-shell-dark.css
index ac310dd..9258d06 100644
--- a/common/gnome-shell/3.18/gnome-shell-dark.css
+++ b/common/gnome-shell/3.18/gnome-shell-dark.css
@@ -124,7 +124,7 @@ StScrollBar {
-slider-active-background-color: #5294E2;
-slider-active-border-color: transparent;
-slider-border-width: 0;
- -slider-handle-radius: 4px;
+ -slider-handle-radius: 0px;
height: 18px;
border: 0 solid transparent;
border-right-width: 1px;
diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css
index b83026b..0d14820 100644
--- a/common/gnome-shell/3.18/gnome-shell.css
+++ b/common/gnome-shell/3.18/gnome-shell.css
@@ -124,7 +124,7 @@ StScrollBar {
-slider-active-background-color: #5294E2;
-slider-active-border-color: transparent;
-slider-border-width: 0;
- -slider-handle-radius: 4px;
+ -slider-handle-radius: 0px;
height: 18px;
border: 0 solid transparent;
border-right-width: 1px;
diff --git a/common/gnome-shell/3.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss
index 3033f52..59480ce 100644
--- a/common/gnome-shell/3.18/sass/_common.scss
+++ b/common/gnome-shell/3.18/sass/_common.scss
@@ -143,7 +143,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;
height: 18px;
border: 0 solid transparent;
border-right-width: 1px;