1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

Fix slider for gnome-shell

The handle radius was preventing the slider from reaching either extreme.
This commit fixes issue #399.
This commit is contained in:
Dela Anthonio 2016-08-03 21:21:44 -04:00
parent 9478b8de1c
commit 2668df1a3d
9 changed files with 9 additions and 9 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;