From 028634c460ce31c6d9bcb7fe1294f6b8d0ba13e0 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 30 Mar 2016 14:31:52 +0200 Subject: more switch fixes --- common/gtk-3.0/3.20/gtk.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk.css') diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index 4617453..39f25b4 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -1794,18 +1794,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 { -- cgit v1.2.3