mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
alerts: Fix alert-error banner styling.
This commit is a follow-up to 18b2427937
,
which removed the `alert-error` class from the Bootstrap CSS, while the
`web/src/ui_report.ts` module still used this styling for the error
banners.
This commit adds the `alert-error` class back to the Bootstrap CSS,
as a temporary solution until these alerts are migrated to the new
banner component system.
This commit is contained in:
5
web/third/bootstrap/css/bootstrap.app.css
vendored
5
web/third/bootstrap/css/bootstrap.app.css
vendored
@@ -115,6 +115,11 @@ input:focus:invalid:focus {
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.alert.alert-error {
|
||||
background-color: #f2dede;
|
||||
border-color: #eed3d7;
|
||||
color: #b94a48;
|
||||
}
|
||||
.alert,
|
||||
.alert h4 {
|
||||
color: #c09853;
|
||||
|
Reference in New Issue
Block a user