Merge branch 'alertclass'

This commit is contained in:
Saivann 2015-07-06 11:05:38 -04:00
commit 6dfe019256
No known key found for this signature in database
GPG key ID: 5780F5D31B5577B0
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;
}