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:
parent
0f05e76555
commit
439ecd361d
6 changed files with 29 additions and 24 deletions
|
@ -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>';
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue