Skip to content

Commit 2eb7384

Browse files
committed
switch fix
1 parent 17b0c0a commit 2eb7384

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

assets/css/fancybox-admin.css

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -549,14 +549,13 @@ a.modula-link:hover {
549549

550550
.epsilon-toggle__thumb {
551551
background-color: #6c7781;
552-
border: 1px solid #6c7781;
553552
border-radius: 50%;
554553
display: block;
555-
height: 5px;
556-
width: 5px;
554+
height: 10px;
555+
width: 10px;
557556
position: absolute;
558557
left: 7px;
559-
top: 7px;
558+
top: 5px;
560559
transition: transform .2s ease;
561560
}
562561

@@ -572,12 +571,12 @@ a.modula-link:hover {
572571

573572
.epsilon-toggle__on {
574573
position: absolute;
575-
top: 6px;
574+
top: 7px;
576575
left: 8px;
577-
border: 1px solid #fff;
578576
outline: 1px solid transparent;
579577
outline-offset: -1px;
580578
display: none;
579+
fill:#fff;
581580
}
582581

583582
.epsilon-toggle__input[type=checkbox]:checked + .epsilon-toggle__items .epsilon-toggle__track {
@@ -589,8 +588,8 @@ a.modula-link:hover {
589588
background-color: #fff;
590589
border-width: 0;
591590
transform: translateX(18px);
592-
width: 7px;
593-
height: 7px;
591+
width: 10px;
592+
height: 10px;
594593
}
595594

596595
.epsilon-toggle__input[type=checkbox]:checked + .epsilon-toggle__items .epsilon-toggle__off {

0 commit comments

Comments
 (0)