More readable color scheme for msg_notice.

This commit is contained in:
Matthias Mees 2013-07-09 10:39:45 +02:00
parent 8bb91a070e
commit 7f622c7401

View File

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