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,