From 1c62cbde3f07857ae5635b766a6da364f3f1c300 Mon Sep 17 00:00:00 2001 From: riley Date: Mon, 11 Sep 2023 17:38:04 -0400 Subject: [PATCH] Fixed password wrapping more broadly --- luasrc/gaya/gaya.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/luasrc/gaya/gaya.css b/luasrc/gaya/gaya.css index 3dd2ca6..f7fe487 100644 --- a/luasrc/gaya/gaya.css +++ b/luasrc/gaya/gaya.css @@ -681,12 +681,9 @@ strong { [disabled="disabled"] { pointer-events: none; } - #cbi-tgopenvpn_cfg-settings-password .control-group { + div[id^="cbid"][id$=".settings.password"] .control-group { display: flex; } - #cbi-tgopenvpn_cfg-settings-password .cbi-button { - border-bottom: 2px solid #909090; - } /* Sidebar */ @@ -1220,6 +1217,9 @@ strong { font-weight: 700; background-color: #d4d4d4; } + .cbi-button-neutral { + border-bottom: 2px solid #909090; + } .btn.primary, .cbi-page-actions .cbi-button-save, .cbi-page-actions .cbi-button-apply + .cbi-button-save,