Input toggles use admin theme color

This commit is contained in:
Panos (Panagiotis) Synetos 2023-07-11 16:35:20 +03:00
parent a697949cde
commit 54bdd0d038
No known key found for this signature in database
GPG Key ID: 0404F1D7F00137F9
1 changed files with 2 additions and 2 deletions

View File

@ -4204,8 +4204,8 @@ table.wc-shipping-classes {
.woocommerce-input-toggle {
height: 16px;
width: 32px;
border: 2px solid #935687;
background-color: #935687;
border: 2px solid var(--wp-admin-theme-color);
background-color: var(--wp-admin-theme-color);
display: inline-block;
text-indent: -9999px;
border-radius: 10em;