fixed ui issu of switch button at dark mode

This commit is contained in:
Deepak Singh Gusain 2022-01-18 13:14:54 +05:30
parent b347ed929c
commit 71ff1f49ac
3 changed files with 13 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/admin.js": "/js/admin.js?id=16e7709105034d93361f",
"/css/admin.css": "/css/admin.css?id=8cdddf33a52d656a0b93"
"/css/admin.css": "/css/admin.css?id=9294ee1874614eb6c832"
}

View File

@ -698,4 +698,15 @@
border-color: #24384c !important;
}
.control-group .slider {
top: -2px !important;
right: -2px !important ;
background-color: #000 !important;
border: 1px solid #24384c !important;
}
.control-group input:checked + .slider {
background-color: #000 !important;
}
}