Moved CSS edits to custom.css for sanity

pull/1/head
riley 1 year ago
parent 1c62cbde3f
commit 8ad6dfcb45

@ -260,4 +260,14 @@
.Dashboard .section-content .router-status-lan .devices-info .table-titles { .Dashboard .section-content .router-status-lan .devices-info .table-titles {
display: block 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,15 +675,10 @@ strong {
white-space: nowrap; white-space: nowrap;
color: #ffffff; color: #ffffff;
} }
.cbi-value.nowrap:not(.td) {
white-space: normal;
}
[disabled="disabled"] { [disabled="disabled"] {
pointer-events: none; pointer-events: none;
} }
div[id^="cbid"][id$=".settings.password"] .control-group {
display: flex;
}
/* Sidebar */ /* Sidebar */
@ -1217,9 +1212,6 @@ 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