From 62e7be63193f3f093a53acd0f41e19e7313cf96a Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Tue, 9 Jun 2020 11:02:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=A6=BBeditor=5Fcolor.css=E4=BB=8E?= =?UTF-8?q?=E8=80=8C=E6=9B=B4=E6=96=B9=E4=BE=BF=E8=BF=9B=E8=A1=8C=E9=85=8D?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _server/css/editor_mode.css | 1 + _server/css/editor_mode_mobile.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_server/css/editor_mode.css b/_server/css/editor_mode.css index 2e1a3425..918ea8be 100644 --- a/_server/css/editor_mode.css +++ b/_server/css/editor_mode.css @@ -180,6 +180,7 @@ div.checkboxSet { height: 100%; width: 100%; border: none; + background: transparent; } .etableInputDiv .checkbox { diff --git a/_server/css/editor_mode_mobile.css b/_server/css/editor_mode_mobile.css index 060da8d3..0616c7ab 100644 --- a/_server/css/editor_mode_mobile.css +++ b/_server/css/editor_mode_mobile.css @@ -187,8 +187,8 @@ div.checkboxSet { padding: 0; height: 100%; width: 100%; - background-color: rgba(255, 255, 255, 0); border: none; + background: transparent; } .etableInputDiv .checkbox {