From a7251c13ed629ad5e144fee6c2e2e8d4c259e504 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 5 Mar 2014 12:31:32 +0000 Subject: [PATCH] using new css class "drop-hover" for hovering over egw_action dropables and no longer any activeClass showing possible drop targets --- phpgwapi/js/egw_action/egw_action_dragdrop.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpgwapi/js/egw_action/egw_action_dragdrop.js b/phpgwapi/js/egw_action/egw_action_dragdrop.js index a14accb0a1..42ee7d5d8b 100644 --- a/phpgwapi/js/egw_action/egw_action_dragdrop.js +++ b/phpgwapi/js/egw_action/egw_action_dragdrop.js @@ -509,8 +509,7 @@ function egwDropActionImplementation() _aoi.triggerEvent(EGW_AI_DRAG_OUT); }, "tolerance": "pointer", - activeClass: "ui-state-hover", - hoverClass: "ui-state-active", + hoverClass: "drop-hover", // Greedy is for nested droppables - children consume the action greedy: true }