diff --git a/apps/common/main/resources/less/checkbox.less b/apps/common/main/resources/less/checkbox.less index 395c85eaf..1d91f83d2 100644 --- a/apps/common/main/resources/less/checkbox.less +++ b/apps/common/main/resources/less/checkbox.less @@ -40,8 +40,8 @@ position: absolute; border: 1px solid @gray-deep; background: @gray-soft; - width: 10px; - height: 10px; + width: 8px; + height: 8px; left: 3px; top: 2px; } diff --git a/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js b/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js index 2364b6e71..23bae9a5f 100644 --- a/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js +++ b/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js @@ -759,12 +759,13 @@ define([ '
', '', '
', '
<%= Common.Utils.String.htmlEncode(value) %>
', @@ -1015,7 +1016,7 @@ define([ } } - if (type === 'button' || isLabel) { + if (type === 'button' || isLabel || event.target.className.match('checkmark')) { this.updateCellCheck(listView, record); _.delay(function () {