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:
parent
fed19d9c02
commit
3d6b5b3a4a
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user