Files
Huntarr.io/frontend/static/css/system.css
2026-02-07 21:53:38 -05:00

13 lines
684 B
CSS

/* ═══════════════════════════════════════════════════════════════════
System Section — Panel visibility controlled by sidebar sub-navigation
═══════════════════════════════════════════════════════════════════ */
/* ── Tab panel defaults (switched via sidebar sub-nav) ───────────── */
.system-tab-panel {
display: none;
}
.system-tab-panel.active {
display: block;
}