diff options
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-darker.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-darker.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index 328af5d..9c3d6f1 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -1790,18 +1790,18 @@ scrollbar.horizontal trough { switch { font: 1; - outline-color: transparent; min-width: 52px; min-height: 24px; - margin: 0 -10px; background-size: 52px 24px; background-repeat: no-repeat; background-position: center center; } + switch slider { + min-width: 1px; + min-height: 1px; } switch, switch slider { + outline-color: transparent; color: transparent; - border-color: transparent; - border-image: none; - border-style: none; + border: none; box-shadow: none; } switch { |