mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixed #1775 proper tooltip style for sort order btn
This commit is contained in:
@@ -31,7 +31,7 @@ $(document).ready(() => {
|
||||
+'<a data-id="'+node.id+'" class="move-cat-delete icon-trash tiptip" title="'+ str_delete_album +'" ></a>'
|
||||
+"</div>"
|
||||
+'</div>';
|
||||
action_order = '<a data-id="'+node.id+'" class="move-cat-order icon-sort-name-up" title="'+ str_sort_order +'"></a>';
|
||||
action_order = '<a data-id="'+node.id+'" class="move-cat-order icon-sort-name-up tiptip" title="'+ str_sort_order +'"></a>';
|
||||
|
||||
action_small =
|
||||
"<div class='icon-ellipsis-vert move-cat-action-small toggle-cat-option'>"
|
||||
|
||||
Reference in New Issue
Block a user