From 75eba26f15492efbccae336c66170170f8983a48 Mon Sep 17 00:00:00 2001 From: riley Date: Mon, 11 Sep 2023 17:50:43 -0400 Subject: [PATCH] Revert "Moved CSS edits to custom.css for sanity" This reverts commit 8ad6dfcb45c1b982a0c10850a53800d627e1598e. --- css/custom.css | 12 +----------- luasrc/gaya/gaya.css | 10 +++++++++- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/css/custom.css b/css/custom.css index c97f95e..5702935 100644 --- a/css/custom.css +++ b/css/custom.css @@ -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; - } -} - +} \ No newline at end of file diff --git a/luasrc/gaya/gaya.css b/luasrc/gaya/gaya.css index 19cab0b..f7fe487 100644 --- a/luasrc/gaya/gaya.css +++ b/luasrc/gaya/gaya.css @@ -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,