nicer starred styles on hover

This commit is contained in:
Andreas Gohr 2017-04-20 12:06:55 +02:00
commit 728071e818
2 changed files with 23 additions and 7 deletions

View file

@ -42,7 +42,7 @@ if($doPlugin !== null) {
}
if($starredPlugin !== null) {
echo '<li>';
echo '<li class="plugin_starred">';
$starredPlugin->tpl_starred();
echo '</li>';
}