Display bold parts of error (bug #565)

This commit is contained in:
Jakub Vrana 2018-01-23 11:16:28 +01:00
parent e30e5dd059
commit 81be5edb97

View file

@ -73,9 +73,12 @@ input[type="button"] {
margin-right: 0; margin-right: 0;
color: #fff; color: #fff;
} }
.error { .error, .error b {
background: #ae1010; background: #ae1010;
} }
.error b {
font-weight: bold;
}
.message { .message {
background: #379f17; background: #379f17;
} }