From a2f411c578a47a6a6c4680ff3e1ed3d359364da2 Mon Sep 17 00:00:00 2001 From: nessi Date: Fri, 21 Aug 2026 20:08:37 +0200 Subject: [PATCH] feat: extend Radarr toolbar styling to Sonarr series-toolbar with matching background/border/focus states Apply row-gap:12px to .view#sonarr.active alongside #radarr. Extend toolbar padding/background/border/box-shadow rules to .view#sonarr>.series-toolbar. Add .series-toolbar input/select to background:rgba(42,46,54,.82) and border-color:#454d59 rules. Include .series-toolbar input:focus/select:focus in background:#303640 focus state --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 037c28b..337ee51 100644 --- a/templates/index.html +++ b/templates/index.html @@ -112,7 +112,7 @@ details.series:last-child{margin-bottom:0} .nav-count{display:inline-block;min-width:18px;padding:1px 5px;margin-left:4px;border-radius:999px;background:#713030;color:#ffd9d9;font-size:10px}.empty-state{padding:28px;text-align:center;color:var(--muted)}.missing-table>table{border-bottom:1px solid var(--line)}.missing-series{border-radius:0!important;border-left:0!important;border-right:0!important;border-bottom:1px solid var(--line)!important}.missing-series:last-child{border-bottom:0!important}