Make desktop toggle switch disabled obvious

y'all stop complaining like some hoes
This commit is contained in:
Natsumi
2021-02-10 22:40:41 +13:00
parent ee61fc455e
commit 074d7a9609
4 changed files with 12 additions and 5 deletions

View File

@@ -525,3 +525,10 @@ i.x-user-status.busy {
.color-picker {
font-size: 18px;
}
.disableToggleSwitch ul li label {
background-color: #fff !important;
color: #8cc4ff !important;
border-color: #8cc4ff !important;
cursor: not-allowed !important;
}