mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Handle alert-error class.
This commit is contained in:
parent
eb2902f6ad
commit
2b85b575d0
2 changed files with 3 additions and 2 deletions
|
@ -484,7 +484,8 @@ input[type='radio'].nice-radio {
|
|||
|
||||
button {display: none;}
|
||||
|
||||
.alert-fail {
|
||||
.alert-error,
|
||||
.alert-fail {
|
||||
.alert-danger();
|
||||
}
|
||||
|
||||
|
|
2
src/dist/css/style.min.css
vendored
2
src/dist/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue