mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 20:03:52 +00:00
ad2ef3b53f
fix: prevent reflow on editing images fix: schedule overview fix: report on all events refactor: over-under time colours fix: prevent edit on delete
8 lines
77 B
SCSS
8 lines
77 B
SCSS
th.over {
|
|
color: $playback-over;
|
|
}
|
|
|
|
th.under {
|
|
color: $playback-under;
|
|
}
|