css: highlight error spans as critical

This commit is contained in:
Thomas Gelf 2017-08-11 12:30:18 +02:00
parent 1a631b04db
commit 6c4215ee89
1 changed files with 7 additions and 0 deletions

View File

@ -915,6 +915,13 @@ form div.hint {
/* END of Forms */
span.error {
color: @colorCritical;
a {
color: inherit;
}
}
p.error {
color: white;
padding: 1em 2em;