Allow to set styles for alert banner

This commit is contained in:
Saivann 2015-07-05 21:11:23 -04:00
parent 0216bf3f64
commit 2d36e36464
5 changed files with 18 additions and 3 deletions

View file

@ -153,9 +153,18 @@ table td,table th{
.banner-message a:hover{
text-decoration:underline;
}
.banner-message a{
background-color:#c5251f;
}
.banner-message.alert a{
background-color:#c5251f;
}
.banner-message.warning a{
background-color:#E58716;
}
.banner-message.success a{
background-color:#329239;
}
.banner-message.info a{
background-color:#0d579b;
}