Fixed password wrapping more broadly

pull/1/head
riley 1 year ago
parent 53bc50c0c7
commit 1c62cbde3f

@ -681,12 +681,9 @@ strong {
[disabled="disabled"] { [disabled="disabled"] {
pointer-events: none; pointer-events: none;
} }
#cbi-tgopenvpn_cfg-settings-password .control-group { div[id^="cbid"][id$=".settings.password"] .control-group {
display: flex; display: flex;
} }
#cbi-tgopenvpn_cfg-settings-password .cbi-button {
border-bottom: 2px solid #909090;
}
/* Sidebar */ /* Sidebar */
@ -1220,6 +1217,9 @@ strong {
font-weight: 700; font-weight: 700;
background-color: #d4d4d4; background-color: #d4d4d4;
} }
.cbi-button-neutral {
border-bottom: 2px solid #909090;
}
.btn.primary, .btn.primary,
.cbi-page-actions .cbi-button-save, .cbi-page-actions .cbi-button-save,
.cbi-page-actions .cbi-button-apply + .cbi-button-save, .cbi-page-actions .cbi-button-apply + .cbi-button-save,

Loading…
Cancel
Save