diff --git a/css/custom.css b/css/custom.css index 5702935..c97f95e 100644 --- a/css/custom.css +++ b/css/custom.css @@ -260,4 +260,14 @@ .Dashboard .section-content .router-status-lan .devices-info .table-titles { display: block } -} \ No newline at end of file + .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; + } +} + diff --git a/luasrc/gaya/gaya.css b/luasrc/gaya/gaya.css index f7fe487..19cab0b 100644 --- a/luasrc/gaya/gaya.css +++ b/luasrc/gaya/gaya.css @@ -675,15 +675,10 @@ 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 */ @@ -1217,9 +1212,6 @@ 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,