fixed ui issu of switch button at dark mode
This commit is contained in:
parent
b347ed929c
commit
71ff1f49ac
File diff suppressed because one or more lines are too long
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue