themeswitcher/themeswitcher.css

21 lines
324 B
CSS
Raw Normal View History

2019-04-29 09:28:18 +01:00
.theme input {
display: none;
}
.theme {
margin: 0 0.3em 0 0;
}
2019-01-10 08:20:47 +00:00
.theme input + label {
2019-04-29 09:28:18 +01:00
color: #f90;
cursor: pointer;
2019-01-10 08:20:47 +00:00
border-bottom: 3px solid transparent;
2019-04-29 09:28:18 +01:00
padding-bottom: 0.1em;
margin-left:0.6em;
2019-01-10 08:20:47 +00:00
}
2019-04-29 09:28:18 +01:00
.theme input:hover + label,
2019-01-10 08:20:47 +00:00
.theme input:checked + label {
2019-04-29 09:28:18 +01:00
border-bottom: 3px solid #eee;
color: #eee;
2019-01-10 08:20:47 +00:00
}