diff --git a/css/plugins/starred.less b/css/plugins/starred.less index 6c3e0c6..85e9a27 100644 --- a/css/plugins/starred.less +++ b/css/plugins/starred.less @@ -3,8 +3,11 @@ */ -/* + + + + + global + + + + + */ - -#dokuwiki__site { - +.page-attributes .starred svg { + height: 1.6em; + width: 1.6em; +} + +.page-attributes .starred.on svg { + fill: @ini_link; } diff --git a/style.ini b/style.ini index e65c476..1cba47d 100755 --- a/style.ini +++ b/style.ini @@ -105,6 +105,7 @@ css/plugins/edittable.less = all css/plugins/extension__manager.less = all css/plugins/folded.less = all css/plugins/configmanager.less = all +css/plugins/starred.less = all ; _____________ print styles _____________ diff --git a/tpl/nav-page-attributes.php b/tpl/nav-page-attributes.php index 6fceac4..3b55f1a 100755 --- a/tpl/nav-page-attributes.php +++ b/tpl/nav-page-attributes.php @@ -5,9 +5,10 @@ if(!defined('DOKU_INC')) die(); $doPlugin = plugin_load('helper', 'do'); /** @var \helper_plugin_qc $qcPlugin */ $qcPlugin = plugin_load('helper', 'qc'); +/** @var \action_plugin_starred $starredPlugin */ +$starredPlugin = plugin_load('action', 'starred'); - -if($doPlugin !== null || $qcPlugin !== null) { +if($doPlugin !== null || $qcPlugin !== null || $starredPlugin !== null) { echo '