venissieux: use pink/red in meeting selection widget (#27962)

This commit is contained in:
Frédéric Péters 2018-11-14 08:57:07 +01:00
parent a353d76232
commit e6da06eaf0
1 changed files with 4 additions and 0 deletions

View File

@ -231,3 +231,7 @@ div#steps ol li.current {
color: white;
}
}
div.meetings_table span.selectable.on {
background: $secondary-color;
}