diff options
Diffstat (limited to 'app/scss')
| -rw-r--r-- | app/scss/components.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/scss/components.scss b/app/scss/components.scss index 3a145bc..226ef6b 100644 --- a/app/scss/components.scss +++ b/app/scss/components.scss @@ -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 { |
