tournai: add coloured background to timetable cell (#51559)

This commit is contained in:
Frédéric Péters 2021-03-08 10:46:05 +01:00
parent 4b566df8dc
commit 4ea4625989
1 changed files with 14 additions and 0 deletions

View File

@ -591,3 +591,17 @@ div#content div#login-page {
}
}
}
div.meetings_table {
span.selectable {
background: #ffebf6;
&:hover {
background: #ffebf6;
outline: 1px solid $primary-color;
}
&.on {
background: $primary-color;
color: white;
}
}
}