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:
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…
Reference in New Issue
Block a user