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 {