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

more switch fixes

This commit is contained in:
Horst3180 2016-03-30 14:31:52 +02:00
parent 3a0ce96a5b
commit 028634c460
7 changed files with 37 additions and 35 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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