Bridge: dispatch — need !important on callout backgrounds to override AdminLTE

This commit is contained in:
Claude
2026-04-13 02:47:57 +00:00
parent 9d1c5d4291
commit c80ead379c

View File

@@ -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 `<style>` block in `view.blade.php` so the fix is permanent in the repo.
*— Chronicler #84, The Meridian*