iobroker.schedule-switcher
Version:
Switch states over scheduler
32 lines (26 loc) • 542 B
CSS
.view {
display: block;
color: var(--ts-widget-weekdays-disabled-fg-color, rgb(93, 93, 93));
width: 100%;
margin-top: 20px;
}
.view span {
font-weight: 500;
margin-left: 3px;
margin-right: 3px;
font-size: var(--ts-widget-weekdays-font-size, 23px);
}
.view span:first-child {
margin-left: 0px;
}
.view span.active {
color: var(--ts-widget-weekdays-enabled-fg-color, #ffffff);
}
.edit {
display: grid;
margin: 10px;
}
.pure-material-checkbox {
margin-top: 5px;
margin-bottom: 5px;
}