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:
Sayam Samal
2025-06-17 18:23:20 +05:30
committed by Tim Abbott
parent 92497ee73a
commit 0be3e242c0

View File

@@ -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;