From 5bc0849d85b506b42361ea2800f6654f06b5004f Mon Sep 17 00:00:00 2001 From: Bard <984419930@qq.com> Date: Sun, 28 May 2023 05:21:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D`=E4=B8=8A=E7=A7=BB/=E4=B8=8B?= =?UTF-8?q?=E7=A7=BB`=20=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../htdocs/luci-static/argon/css/cascade.css | 21 ++++++------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css b/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css index 5facdfd..90b67f8 100644 --- a/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css +++ b/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css @@ -1687,7 +1687,6 @@ td>table>tbody>tr>td, } .btn.primary, -.cbi-button, .cbi-page-actions .cbi-button-save, .cbi-page-actions .cbi-button-apply+.cbi-button-save, .cbi-button-add, @@ -1706,7 +1705,6 @@ td>table>tbody>tr>td, background-color: var(--primary) } -.cbi-button, .cbi-page-actions .cbi-button-apply, .cbi-section-actions .cbi-button-edit, .cbi-button-edit, @@ -1726,6 +1724,12 @@ td>table>tbody>tr>td, cursor: pointer; } +.cbi-input-remove { + color: #fff !important; + background-color: #5e72e4; + background-color: var(--primary); +} + .btn.danger, .cbi-section-remove>.cbi-button, .cbi-button-remove, @@ -2077,19 +2081,6 @@ td>table>tbody>tr>td, word-wrap: break-word; } -/* .cbi-rowstyle-1 { - background-color: #f9f9f9; -} -.cbi-rowstyle-2 { - background-color: #eee; -} */ - -/* .cbi-rowstyle-2 .cbi-button-up, -.cbi-rowstyle-2 .cbi-button-down, -body:not(.Interfaces) .cbi-rowstyle-2:first-child { - background-color: #fff !important; -} */ - .cbi-section-table .cbi-section-table-titles .cbi-section-table-cell { width: auto !important }