integrate star toggle for starred plugin

This commit is contained in:
Andreas Gohr 2017-04-20 11:52:12 +02:00
commit d4c5a4240d
3 changed files with 18 additions and 7 deletions

View file

@ -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;
}