diff --git a/admin/css/wp-allstars-admin.css b/admin/css/wp-allstars-admin.css index bae5040..ef9f24e 100644 --- a/admin/css/wp-allstars-admin.css +++ b/admin/css/wp-allstars-admin.css @@ -107,19 +107,20 @@ bottom: 0; background-color: #ccc; transition: .3s; - border-radius: 20px; + border-radius: 24px; } .wp-toggle-slider:before { position: absolute; content: ""; - height: 16px; - width: 16px; + height: 20px; + width: 20px; left: 2px; bottom: 2px; background-color: white; transition: .3s; border-radius: 50%; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); } input:checked + .wp-toggle-slider { @@ -127,7 +128,7 @@ input:checked + .wp-toggle-slider { } input:checked + .wp-toggle-slider:before { - transform: translateX(20px); + transform: translateX(16px); } /* Settings Container */