From 7d033293bd1b257d609d81cd77404e729430e764 Mon Sep 17 00:00:00 2001 From: Bard <984419930@qq.com> Date: Tue, 1 Mar 2022 07:28:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=B8=E8=A7=84=E6=8C=89=E9=92=AE=E7=9D=80?= =?UTF-8?q?=E8=89=B2=E3=80=82=E3=80=82=E6=98=AF=E7=9A=84=EF=BC=8C=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E8=BF=99=E6=A0=B7=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../htdocs/luci-static/argon/css/cascade.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 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 c62b42a..0772b2d 100644 --- a/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css +++ b/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css @@ -1380,6 +1380,7 @@ td > table > tbody > tr > td, } /* dark blue */ .btn.primary, +.cbi-button, .cbi-page-actions .cbi-button-save, .cbi-page-actions .cbi-button-apply + .cbi-button-save, .cbi-button-add, @@ -1398,6 +1399,7 @@ td > table > tbody > tr > td, background-color: var(--primary); } /* light blue */ +.cbi-button, .cbi-page-actions .cbi-button-apply, .cbi-section-actions .cbi-button-edit, .cbi-button-edit, @@ -1415,14 +1417,6 @@ td > table > tbody > tr > td, background-color: #5e72e4; background-color: var(--primary); } -.cbi-button:not(select) { - font-weight: normal; - color: #fff !important; - border: thin solid #5e72e4; - border: thin solid var(--primary); - background-color: #5e72e4; - background-color: var(--primary); -} /* red */ .btn.danger, .cbi-section-remove > .cbi-button,