Add package soft deletion

This commit is contained in:
rubenwardy
2018-05-25 18:28:24 +01:00
parent f93394df75
commit 8cf5c7204f
12 changed files with 120 additions and 16 deletions

View File

@@ -301,9 +301,9 @@ select:not([multiple]) {
color: #fff;
}
.alert-error {
background: #933;
border: 1px solid #c44;
.alert-error, .button-danger {
background: #933 !important;
border: 1px solid #c44 !important;
}
.alert-warning {