Skip to content

Commit c8d07c4

Browse files
committed
small ui twist to the toggle
1 parent cacd210 commit c8d07c4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

includes/views/css/import-metabox-edit.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
input.feedzy-toggle-round + label {
2626
width: 2rem;
2727
height: 1rem;
28+
border: 1px solid #5555559c;
2829
border-radius: 22px;
2930
background-color: #f1f1f1;
3031
}
@@ -62,6 +63,10 @@ input.feedzy-toggle-round:checked + label:before {
6263

6364
input.feedzy-toggle-round:checked + label:after {
6465
margin-left: 16px;
66+
background: #f1f1f1;
67+
}
68+
input.feedzy-toggle-round:checked + label{
69+
border-color: #f6f7f7;
6570
}
6671

6772

@@ -85,7 +90,7 @@ input.feedzy-toggle-round + label:before {
8590

8691
input.feedzy-toggle-round + label:after {
8792
border-radius: 100%;
88-
background-color: #f1f1f1;
93+
background-color:#5555559c;
8994
-webkit-transition: margin 0.4s;
9095
transition: margin 0.4s;
9196
margin-top:1px;

0 commit comments

Comments
 (0)