UI Dialogs improves

This commit is contained in:
Diego Najar 2018-11-28 22:03:43 +01:00
parent 8afd49b8c9
commit 484d4f0116
1 changed files with 2 additions and 2 deletions

View File

@ -178,13 +178,13 @@ body.login {
.alert-success { .alert-success {
background-color: #4586d4; background-color: #4586d4;
border-left: 6px solid #abd1ff; border-left: 6px solid #abd1ff !important;
color: #ffffff; color: #ffffff;
} }
.alert-danger { .alert-danger {
background-color: #d44545; background-color: #d44545;
border-left: 6px solid #ff9c9c; border-left: 6px solid #ff9c9c !important;
color: #ffffff; color: #ffffff;
} }