aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorHorst31802016-03-30 14:31:52 +0200
committerHorst31802016-03-30 14:32:13 +0200
commit028634c460ce31c6d9bcb7fe1294f6b8d0ba13e0 (patch)
treeb5bb06fc8936350dba390342b8721cf85d88383f /common
parent3a0ce96a5b4bb680ab79d0bfcb38c60cfb16675b (diff)
downloadsolarc-theme-028634c460ce31c6d9bcb7fe1294f6b8d0ba13e0.tar.gz
solarc-theme-028634c460ce31c6d9bcb7fe1294f6b8d0ba13e0.tar.xz
solarc-theme-028634c460ce31c6d9bcb7fe1294f6b8d0ba13e0.zip
more switch fixes
Diffstat (limited to 'common')
-rw-r--r--common/gtk-3.0/3.20/gtk-dark.css10
-rw-r--r--common/gtk-3.0/3.20/gtk-darker.css10
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-dark.css10
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-darker.css10
-rw-r--r--common/gtk-3.0/3.20/gtk-solid.css10
-rw-r--r--common/gtk-3.0/3.20/gtk.css10
-rw-r--r--common/gtk-3.0/3.20/sass/_common.scss12
7 files changed, 37 insertions, 35 deletions
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;
}
}