Slider fix
This commit is contained in:
parent
2f2268a308
commit
25b4dfc426
@ -199,8 +199,8 @@ body {
|
||||
content: "";
|
||||
height: 19px;
|
||||
width: 19px;
|
||||
left: 2px;
|
||||
bottom: 2px;
|
||||
left: 1px;
|
||||
bottom: 1px;
|
||||
background-color: white;
|
||||
-webkit-transition: .4s;
|
||||
transition: .4s;
|
||||
@ -222,7 +222,7 @@ input:checked + .slider:before {
|
||||
|
||||
/* Rounded sliders */
|
||||
.slider.round {
|
||||
border-radius: 14px;
|
||||
border-radius: 13px;
|
||||
}
|
||||
|
||||
.slider.round:before {
|
||||
|
Loading…
Reference in New Issue
Block a user