css: restyle (django.contrib.)messages with lighter backgrounds (#9376)

This commit is contained in:
Frédéric Péters 2015-12-18 15:00:12 +01:00
parent 5e24b04974
commit 869ea491be
1 changed files with 2 additions and 5 deletions

View File

@ -21,21 +21,18 @@ ul.messages > li {
border: 1px solid black;
margin-top: 10px;
border-radius: 4px;
font-style: italic;
}
ul.messages > li.info {
background: #0044cc;
color: #ffffff;
}
ul.messages > li.warning {
background: #f89406;
background: #ffc470;
color: black;
}
ul.messages >li.error {
background: #bd362f;
background: #ff665e;
color: black;
}