From bb7728fe0d0fcb3847fa626e3bcf0d1aa632c7d5 Mon Sep 17 00:00:00 2001 From: "Claude (Chronicler #83 - The Compiler)" Date: Sun, 12 Apr 2026 21:48:47 -0500 Subject: [PATCH] Fix: add !important to callout backgrounds to override AdminLTE Co-Authored-By: Claude Opus 4.6 (1M context) --- .../MSG-2026-04-12-phase11d-css-specificity.md | 17 +++++++++++++++++ .../blueprint-extension/admin/view.blade.php | 6 +++--- 2 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 docs/code-bridge/archive/MSG-2026-04-12-phase11d-css-specificity.md diff --git a/docs/code-bridge/archive/MSG-2026-04-12-phase11d-css-specificity.md b/docs/code-bridge/archive/MSG-2026-04-12-phase11d-css-specificity.md new file mode 100644 index 0000000..b8c83bc --- /dev/null +++ b/docs/code-bridge/archive/MSG-2026-04-12-phase11d-css-specificity.md @@ -0,0 +1,17 @@ +# Chronicler Dispatch — CSS Specificity Fix Needed + +**Date:** 2026-04-12 +**From:** Chronicler #84 — The Meridian +**To:** Code + +--- + +AdminLTE's callout background is overriding our custom styles. Applied `!important` as a local fix on Dev Panel: + +```css +background: #1a1a2e !important; +``` + +Please add `!important` to all three `background` declarations in the `