That was a bad idea

This reverts commit 8ad6dfcb45.
pull/1/head
riley 1 year ago
parent 8ad6dfcb45
commit 75205b0274

@ -260,14 +260,4 @@
.Dashboard .section-content .router-status-lan .devices-info .table-titles {
display: block
}
.cbi-button-neutral {
border-bottom: 2px solid #909090;
}
div[id^="cbid"][id$=".settings.password"] .control-group {
display: flex;
}
.cbi-value.nowrap:not(.td) {
white-space: normal;
}
}

@ -675,10 +675,15 @@ strong {
white-space: nowrap;
color: #ffffff;
}
.cbi-value.nowrap:not(.td) {
white-space: normal;
}
[disabled="disabled"] {
pointer-events: none;
}
div[id^="cbid"][id$=".settings.password"] .control-group {
display: flex;
}
/* Sidebar */
@ -1212,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,

Loading…
Cancel
Save