From abba6e8653e3fc67f07704262c3b19ed3a808015 Mon Sep 17 00:00:00 2001 From: yflory Date: Fri, 26 Jun 2020 14:47:24 +0200 Subject: [PATCH] Fix ckeditor checkbox size --- customize.dist/src/less2/include/forms.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/forms.less b/customize.dist/src/less2/include/forms.less index 96f419310..92a0f375e 100644 --- a/customize.dist/src/less2/include/forms.less +++ b/customize.dist/src/less2/include/forms.less @@ -9,7 +9,7 @@ @alertify-input-bg: @colortheme_modal-input; @alertify-input-fg: @colortheme_modal-input-fg; - input:not(.form-control), textarea, div.cp-textarea { + input:not(.form-control):not([type="checkbox"]), textarea, div.cp-textarea { // background-color: @alertify-input-fg; color: @cryptpad_text_col; border: 1px solid @alertify-input-bg;