From e12e6720bc6694abac63cbf738aa9b206f72edd7 Mon Sep 17 00:00:00 2001 From: Bard <984419930@qq.com> Date: Tue, 10 Oct 2023 18:20:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E5=88=B6=20cbi-checkbox=20=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 修复 c4b37bb 引起的全局 cbi-checkbox 元素发生变化 --- .../htdocs/luci-static/argon/css/cascade.css | 16 ++++++++-------- 1 file changed, 8 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 3c55acf..764a8dd 100644 --- a/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css +++ b/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css @@ -4125,7 +4125,7 @@ pre.command-output { } @media screen and (max-width: 600px) { - .cbi-checkbox { + #cbi-appfilter-appfilter .cbi-checkbox { display: inline-block; margin-right: 0px; flex-basis: 31%; @@ -4133,7 +4133,7 @@ pre.command-output { } @media screen and (min-width: 601px) and (max-width: 900px) { - .cbi-checkbox { + #cbi-appfilter-appfilter .cbi-checkbox { display: inline-block; margin-right: 10px; flex-basis: 28%; @@ -4141,7 +4141,7 @@ pre.command-output { } @media screen and (min-width: 901px) and (max-width: 1100px) { - .cbi-checkbox { + #cbi-appfilter-appfilter .cbi-checkbox { display: inline-block; margin-right: 5px; flex-basis: 20%; @@ -4149,7 +4149,7 @@ pre.command-output { } @media screen and (min-width: 1101px) and (max-width: 1200px) { - .cbi-checkbox { + #cbi-appfilter-appfilter .cbi-checkbox { display: inline-block; margin-right: 5px; flex-basis: 15%; @@ -4157,7 +4157,7 @@ pre.command-output { } @media screen and (min-width: 1201px) and (max-width: 1300px) { - .cbi-checkbox { + #cbi-appfilter-appfilter .cbi-checkbox { display: inline-block; margin-right: 5px; flex-basis: 14%; @@ -4165,7 +4165,7 @@ pre.command-output { } @media screen and (min-width: 1301px) and (max-width: 1400px) { - .cbi-checkbox { + #cbi-appfilter-appfilter .cbi-checkbox { display: inline-block; margin-right: 5px; flex-basis: 13%; @@ -4173,7 +4173,7 @@ pre.command-output { } @media screen and (min-width: 1401px) and (max-width: 1500px) { - .cbi-checkbox { + #cbi-appfilter-appfilter .cbi-checkbox { display: inline-block; margin-right: 5px; flex-basis: 12%; @@ -4181,7 +4181,7 @@ pre.command-output { } @media screen and (min-width: 1501px) { - .cbi-checkbox { + #cbi-appfilter-appfilter .cbi-checkbox { display: inline-block; margin-right: 5px; flex-basis: 10%;