aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDela Anthonio2016-08-03 21:21:44 -0400
committerDela Anthonio2016-08-10 19:13:32 -0400
commit2668df1a3db7eb33145e4e589706866ee4712a22 (patch)
tree37b2934167ea8c6b572abe33d59e7d6d6ddf6fd7
parent9478b8de1c7c11a163c43ad6b8eff5b4f23f4ced (diff)
downloadsolarc-theme-2668df1a3db7eb33145e4e589706866ee4712a22.tar.gz
solarc-theme-2668df1a3db7eb33145e4e589706866ee4712a22.tar.xz
solarc-theme-2668df1a3db7eb33145e4e589706866ee4712a22.zip
Fix slider for gnome-shell
The handle radius was preventing the slider from reaching either extreme. This commit fixes issue #399.
-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
-rw-r--r--common/gnome-shell/3.16/gnome-shell-dark.css2
-rw-r--r--common/gnome-shell/3.16/gnome-shell.css2
-rw-r--r--common/gnome-shell/3.16/sass/_common.scss2
-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
9 files changed, 9 insertions, 9 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;
diff --git a/common/gnome-shell/3.16/gnome-shell-dark.css b/common/gnome-shell/3.16/gnome-shell-dark.css
index 2ef2e78..56bf7ac 100644
--- a/common/gnome-shell/3.16/gnome-shell-dark.css
+++ b/common/gnome-shell/3.16/gnome-shell-dark.css
@@ -150,7 +150,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.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css
index 3850dd4..f2765b5 100644
--- a/common/gnome-shell/3.16/gnome-shell.css
+++ b/common/gnome-shell/3.16/gnome-shell.css
@@ -150,7 +150,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.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss
index 35720b7..688bbb5 100644
--- a/common/gnome-shell/3.16/sass/_common.scss
+++ b/common/gnome-shell/3.16/sass/_common.scss
@@ -142,7 +142,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;
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;