css: highlight error spans as critical
This commit is contained in:
parent
1a631b04db
commit
6c4215ee89
|
@ -915,6 +915,13 @@ form div.hint {
|
|||
|
||||
/* END of Forms */
|
||||
|
||||
span.error {
|
||||
color: @colorCritical;
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
p.error {
|
||||
color: white;
|
||||
padding: 1em 2em;
|
||||
|
|
Loading…
Reference in New Issue