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-dark.css | 10 +++++----- common/gtk-3.0/3.20/gtk-darker.css | 10 +++++----- common/gtk-3.0/3.20/gtk-solid-dark.css | 10 +++++----- common/gtk-3.0/3.20/gtk-solid-darker.css | 10 +++++----- common/gtk-3.0/3.20/gtk-solid.css | 10 +++++----- common/gtk-3.0/3.20/gtk.css | 10 +++++----- common/gtk-3.0/3.20/sass/_common.scss | 12 +++++++----- 7 files changed, 37 insertions(+), 35 deletions(-) (limited to 'common') diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css index 44dbcdc..7f77189 100644 --- a/common/gtk-3.0/3.20/gtk-dark.css +++ b/common/gtk-3.0/3.20/gtk-dark.css @@ -1791,18 +1791,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 { 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 { diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css index 7cc5408..33f8b9f 100644 --- a/common/gtk-3.0/3.20/gtk-solid-dark.css +++ b/common/gtk-3.0/3.20/gtk-solid-dark.css @@ -1791,18 +1791,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 { diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css index 8d23f0e..ee0701d 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-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 { diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index c045239..23369e8 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.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 { 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 { diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 2d9003d..d80ee48 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -1923,21 +1923,23 @@ scrollbar { // 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; + slider { + min-width: 1px; + min-height: 1px; + } + &, slider { + outline-color: transparent; color: transparent; - border-color: transparent; - border-image: none; - border-style: none; + border: none; box-shadow: none; } } -- cgit v1.2.3