Skip to content

Commit c345d2f

Browse files
committed
Fixed the red-on-red error message style which came in with the nomcom code merge.
- Legacy-Id: 5993
1 parent 8b6f122 commit c345d2f

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

static/css/base2.css

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,14 @@ li.success { margin: 0.5em; background-color: #4f4; }
226226
li.warning { margin: 0.5em; background-color: #fc8; color: black;}
227227
li.error { margin: 0.5em; background-color: #f44; }
228228

229-
.errorlist { background: red; color: white; padding: 0.2ex 0.2ex 0.2ex 0.5ex; border: 0px; margin: 0px; font-family: Arial, sans-serif; }
229+
.errorlist, errorlist li {
230+
background: red;
231+
color: white;
232+
padding: 0.2ex 0.2ex 0.2ex 0.5ex;
233+
border: 0px;
234+
margin: 0px;
235+
font-family: Arial, sans-serif;
236+
}
230237

231238
.group-documents .search-results { margin-top: 1.5em; }
232239

@@ -355,14 +362,6 @@ span.fieldRequired {
355362
background-color: #ffcc66;
356363
}
357364

358-
.errorlist li,
359-
.errorlist {
360-
padding: 0px;
361-
margin: 0px;
362-
list-style: none;
363-
color: red;
364-
}
365-
366365
/* js styles */
367366
.js-info {
368367
background-color: #FFDD88;

0 commit comments

Comments
 (0)