working on system management

This commit is contained in:
Warp Agent
2025-12-26 17:47:20 +00:00
parent 5e63ebc9fe
commit ec0ba85958
19 changed files with 969 additions and 128 deletions

View File

@@ -122,3 +122,23 @@
}
}
/* Custom Toggle Switch */
.toggle-checkbox:checked {
right: 0;
border-color: #137fec;
}
.toggle-checkbox:checked + .toggle-label {
background-color: #137fec;
}
.toggle-checkbox {
right: 0;
left: auto;
}
.toggle-checkbox:checked {
right: 0;
left: auto;
}