using new css class "drop-hover" for hovering over egw_action dropables and no longer any activeClass showing possible drop targets

This commit is contained in:
Ralf Becker 2014-03-05 12:31:32 +00:00
parent 07257ef167
commit a7251c13ed

View File

@ -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
}