From 50a2866a18a9d1f6201865c6c4ad7e971d65917f Mon Sep 17 00:00:00 2001 From: Bard <984419930@qq.com> Date: Tue, 1 Mar 2022 06:27:46 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- luci-theme-argon/htdocs/luci-static/argon/css/cascade.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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 c7c038d..7c73920 100644 --- a/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css +++ b/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css @@ -1415,6 +1415,14 @@ 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,