Files
espurna/code/html/src/relay.css
2025-04-05 00:24:38 +03:00

10 lines
258 B
CSS

input[name=relay].checkbox-toggle::before,
input[name=light-state-value].checkbox-toggle::before {
content: "OFF";
}
input[name=relay].checkbox-toggle:checked::before,
input[name=light-state-value].checkbox-toggle:checked::before {
content: "ON";
}