diff --git a/public/css/module.less b/public/css/module.less index 221d2f34..901c5c2a 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -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; }