From c4f7f9d55ef7b113d17ff272816f637b04825e3a Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 10 Jun 2021 13:28:29 +0200 Subject: [PATCH] Make results selactable --- www/form/app-form.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/form/app-form.less b/www/form/app-form.less index 01ff0cfdc..dcbe5758a 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -32,6 +32,9 @@ div.cp-form-creator-results, .cp-app-form-button-creator { display: none !important; } + .cp-form-block { + .tools_unselectable(); + } } #cp-app-form-container { @@ -238,7 +241,6 @@ } } .cp-form-block { - .tools_unselectable(); background: @cp_form-bg1; padding: 10px; &:not(:last-child) {