Success box with the right color green

This commit is contained in:
Gustavo Cortez 2014-05-08 12:27:08 -03:00
commit 9406f6f9a9
2 changed files with 8 additions and 3 deletions

View file

@ -140,7 +140,12 @@ a.box-backup:hover i, a.box-backup:hover p {
color: #FBE500;
}
.alert-box.warning, .alert-box.error {
.alert-box.success {
background-color: #1ABC9C;
border-color: #16A085;
}
.alert-box.error {
background-color: #C0392A;
border-color: #C0392A;
color: #fff;