themeswitcher/themeswitcher.css
Peter Molnar f5818864c5
2019-01-10 08:20:47 +00:00

12 lines
No EOL
174 B
CSS

.theme input + label {
border-bottom: 3px solid transparent;
}
.theme input:checked + label {
border-bottom: 3px solid #ccc;
}
.theme,
.theme input {
display: none;
}