From f18c232f161d6a25d64de6312afae3d90580c39f Mon Sep 17 00:00:00 2001 From: HyperAMIR Date: Wed, 8 Jul 2020 10:00:31 +0430 Subject: [PATCH] fixed issue #177 --- public/css/style.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/css/style.scss b/public/css/style.scss index 0afb06322..76ee8517b 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -1200,7 +1200,8 @@ key { cursor: pointer; width: 0; height: 0; - + display: none; + &~.customCheckbox { width: 12px; height: 12px; @@ -1802,4 +1803,4 @@ key { border: none; outline: none; } -} \ No newline at end of file +}