Open mdesign83 opened 1 month ago
Hi,
In my the latest upgrade it seems the hover effect on drag-n-drop to folder is broken. Name: Afterlogic WebMail Lite PHP Version: 9.8.0.build18-build-o3
I tested the https://lite.afterlogic.com/ and experienced the same. There is no style change on drag hover.
If I change the following CSS, it matches but the mask is not visible: from
.panels.settings .folders .items_list .item > .title.droppableHover .name { ...
To:
.panel.left_panel .items_list .item > .title.ui-droppable-hover .name { color:#6ac697; ... }
Best regards, Karoly
Thank you, I've reproduced the issue and reported it to the developers.
Hi,
In my the latest upgrade it seems the hover effect on drag-n-drop to folder is broken. Name: Afterlogic WebMail Lite PHP Version: 9.8.0.build18-build-o3
I tested the https://lite.afterlogic.com/ and experienced the same. There is no style change on drag hover.
If I change the following CSS, it matches but the mask is not visible: from
To:
Best regards, Karoly