feat(waf): ausgeschlossene Regeln grün + Bereits-Ausnahme-Tag — v1.2.84
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3057,6 +3057,15 @@ h1, h2, h3, h4, h5, h6 {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
/* ── WAF Alert rows ──────────────────────────────────────────────────── */
|
||||
.waf-alert-row--excluded > td {
|
||||
background: #F0FDF4 !important;
|
||||
color: #15803D !important;
|
||||
}
|
||||
.waf-alert-row--excluded:hover > td {
|
||||
background: #DCFCE7 !important;
|
||||
}
|
||||
|
||||
/* ── Firewall Filter-Bar ─────────────────────────────────────────────── */
|
||||
.fw-filter-bar {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user