From 15970f12213919053826f1b786bcda0f5490229e Mon Sep 17 00:00:00 2001 From: SpeedPartner <376705740@qq.com> Date: Sun, 26 Mar 2023 20:04:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9A=97=E8=89=B2=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=B8=8B,=E5=90=84=E6=8E=A5=E5=8F=A3=E7=9A=84?= =?UTF-8?q?=E5=88=9B=E5=BB=BA/=E5=88=86=E9=85=8D=E9=98=B2=E7=81=AB?= =?UTF-8?q?=E5=A2=99=E5=8C=BA=E5=9F=9F=E4=B8=AD=E7=9A=84=E4=B8=8D=E6=8C=87?= =?UTF-8?q?=E5=AE=9A=E5=92=8C=E6=96=B0=E5=BB=BA=E7=9A=84=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/luci-static/argon/css/dark.css | 6 ++++++ htdocs/luci-static/argon/less/dark.less | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/htdocs/luci-static/argon/css/dark.css b/htdocs/luci-static/argon/css/dark.css index 909de67d..48ec4ea8 100644 --- a/htdocs/luci-static/argon/css/dark.css +++ b/htdocs/luci-static/argon/css/dark.css @@ -462,6 +462,12 @@ select { background-color: #3c3c3c; } +/* Fix firewall zone: "unspecified -or- create: " background color (dark mode only) */ +div[onclick$="._fwzone_new').checked=true"] { + border: 1px solid #3c3c3c; + background-color: transparent !important; +} + /* Fix/add background color of wireless signal strength badge for dark mode */ td>.ifacebadge, .td>.ifacebadge { diff --git a/htdocs/luci-static/argon/less/dark.less b/htdocs/luci-static/argon/less/dark.less index cc94e426..029aa6ef 100644 --- a/htdocs/luci-static/argon/less/dark.less +++ b/htdocs/luci-static/argon/less/dark.less @@ -531,6 +531,12 @@ select { background-color: #3c3c3c; } +/* Fix firewall zone: "unspecified -or- create: " background color (dark mode only) */ +div[onclick$="._fwzone_new').checked=true"] { + border: 1px solid #3c3c3c; + background-color: transparent !important; +} + /* Fix/add background color of wireless signal strength badge for dark mode */ td>.ifacebadge, .td>.ifacebadge {