1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Animate some icons on hover

This commit is contained in:
Daniel 2021-08-04 09:23:48 -03:00
parent 0f05e76555
commit 439ecd361d
6 changed files with 29 additions and 24 deletions

View file

@ -53,7 +53,7 @@ class BulkEmbed extends PluginAbstract {
return '';
}
return '<li><a href="'.$global['webSiteRootURL'].'plugin/BulkEmbed/search.php" ><span class="fa fa-link"></span> '.__("Bulk Embed").'</a></li>';
return '<li><a href="'.$global['webSiteRootURL'].'plugin/BulkEmbed/search.php" class="faa-parent animated-hover"><span class="fa fa-link faa-burst"></span> '.__("Bulk Embed").'</a></li>';
}