From 512ec227bee3692464d90241937179a63eae50cf Mon Sep 17 00:00:00 2001 From: dev Date: Mon, 29 Jun 2026 00:33:54 +0200 Subject: [PATCH] Polish security settings controls --- webui/static/style.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/webui/static/style.css b/webui/static/style.css index 9944341c..1edfc1d1 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -55650,11 +55650,27 @@ tr.tag-diff-same { margin: 0; transition: border-color 0.25s, background 0.25s, box-shadow 0.25s; } +#settings-page .form-group > textarea { + padding: 9px 14px; + background: rgba(255, 255, 255, 0.04); + border: 1px solid rgba(255, 255, 255, 0.06); + border-radius: 10px; + color: rgba(255, 255, 255, 0.9); + font-size: 0.88em; + margin: 0; + resize: vertical; + transition: border-color 0.25s, background 0.25s, box-shadow 0.25s; +} #settings-page .form-group > input:hover { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.1); } -#settings-page .form-group > input:focus { +#settings-page .form-group > textarea:hover { + background: rgba(255, 255, 255, 0.06); + border-color: rgba(255, 255, 255, 0.1); +} +#settings-page .form-group > input:focus, +#settings-page .form-group > textarea:focus { border-color: rgba(var(--accent-rgb), 0.4); background: rgba(255, 255, 255, 0.06); outline: none; @@ -56019,6 +56035,9 @@ tr.tag-diff-same { #settings-page .settings-section-body:not(.collapsed) .security-subgroup:last-child { margin-bottom: 0 !important; } +#settings-page .settings-section-body:not(.collapsed) .security-subgroup { + padding-top: 14px !important; +} #settings-page .settings-section-body:not(.collapsed) > .settings-group::before { display: none; } /* Sub-card title: clean header inside its frame (no accent bar / huge padding). */ #settings-page .settings-section-body:not(.collapsed) > .settings-group > h3 {