grandlyon-sau: force white background on form content (#29515)

This commit is contained in:
Frédéric Péters 2019-01-07 12:56:22 +01:00
parent 071523dc2f
commit 9b18d1fd5d
1 changed files with 10 additions and 0 deletions

View File

@ -9,6 +9,16 @@ body {
}
}
div#rub_service,
ul#evolutions div.evolution-metadata,
ul#evolutions li div.msg {
background: white;
}
ul#evolutions li span.item {
box-shadow: 0 0 0px 5px white;
}
a {
color: $primary-color;
}