css: style global form errors

This commit is contained in:
Thomas Gelf 2015-10-15 17:54:04 +02:00
parent b7d4b3f1a2
commit 7ee6bca73d
1 changed files with 10 additions and 0 deletions

View File

@ -42,6 +42,16 @@ input, select, select option, textarea {
}
*/
form ul.form-errors {
margin-bottom: 0.5em;
ul.errors li {
background: @color-critical;
font-weight: bold;
padding: 0.5em 1em;
color: white;
}
}
select::-ms-expand, input::-ms-expand, textarea::-ms-expand { /* for IE 11 */
display: none;
}