more switch fixes

pull/463/head
Horst3180 8 years ago
parent 3a0ce96a5b
commit 028634c460

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

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

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

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

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

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

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

Loading…
Cancel
Save