msg_notice needs to be yellow

Some lang constants actually refer to the color used here, so we
can't switch to blue without changing everything.
This commit is contained in:
Matthias Mees 2014-03-07 13:45:19 +01:00
parent fed19d9c02
commit 3d6b5b3a4a

View File

@ -1039,9 +1039,9 @@ summary {
}
.msg_notice {
background: #d9edf7;
border: 1px solid #bce8f1;
color: #3a87ad;
background: #fcf8e3;
border: 1px solid #fbeed5;
color: #c09853;
}
.msg_hint {