From 6c058fffa82e39a30732cb9269c04c28e0bf3e4e Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 22 Jun 2022 16:49:26 +0200 Subject: [PATCH] Fix draggable items in toolbar get move icon by default --- api/templates/default/etemplate2.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index aeb7698846..40e5c0eea2 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -2750,6 +2750,8 @@ div.ui-dialog div.ui-dialog-content > div { padding: 0 !important; } +.et2_toolbar *[class ^="et2_toolbar_draggable"] {cursor: pointer !important;} + div.et2_toolbar.ui-widget-header { background: none; }