]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Minor] Replace deprecated `alert-error` class 5717/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Thu, 30 Oct 2025 10:50:53 +0000 (13:50 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Thu, 30 Oct 2025 11:48:41 +0000 (14:48 +0300)
commit71f65d19c6338eb02596f07d7af134460eb6fcc0
tree2dbc08790329acc86ed8a121163f69117dd45dc3
parent023747f80e580cb2b68d671a30e70e618ca2324a
[Minor] Replace deprecated `alert-error` class

Replaces the old Bootstrap 2.x `alert-error` class with the modern
`alert-danger` equivalent.

Also removes unused `.alert h4` rules that are no longer used in the UI.

This improves compatibility and ensures consistent styling with Bootstrap ≥3.
13 files changed:
interface/css/rspamd.css
interface/index.html
interface/js/app/common.js
interface/js/app/config.js
interface/js/app/graph.js
interface/js/app/history.js
interface/js/app/rspamd.js
interface/js/app/selectors.js
interface/js/app/stats.js
interface/js/app/upload.js
interface/js/main.js
test/playwright/tests/basic.spec.mjs
test/playwright/tests/config.spec.mjs