[fix] Handle alert-error class.

This commit is contained in:
opi 2015-11-15 16:06:03 +01:00
parent eb2902f6ad
commit 2b85b575d0
2 changed files with 3 additions and 2 deletions

View file

@ -484,7 +484,8 @@ input[type='radio'].nice-radio {
button {display: none;}
.alert-fail {
.alert-error,
.alert-fail {
.alert-danger();
}

File diff suppressed because one or more lines are too long