style(schedule): highlight running schedule entries
This commit is contained in:
parent
9f954061e3
commit
4e6ffa7b85
@ -1658,7 +1658,10 @@ table.schedule
|
|||||||
background-color: var(--color-primary)
|
background-color: var(--color-primary)
|
||||||
|
|
||||||
.schedule--entry.schedule-current
|
.schedule--entry.schedule-current
|
||||||
background-color: var(--color-primary)
|
@keyframes schedule-current--blink
|
||||||
|
50%
|
||||||
|
opacity: .85
|
||||||
|
animation: schedule-current--blink 2s linear infinite
|
||||||
|
|
||||||
form.schedule-options
|
form.schedule-options
|
||||||
--schedule-option-radius: 20px 50%
|
--schedule-option-radius: 20px 50%
|
||||||
|
|||||||
Reference in New Issue
Block a user