Merge branch 'starred' into 'master'

SPR-940 Starred Plugin Integration

See merge request !41
This commit is contained in:
Jana Deutschländer 2017-04-24 14:06:04 +02:00
commit d80bb21849
6 changed files with 73 additions and 5 deletions

View file

@ -2,9 +2,38 @@
* This file provides styles for starred plugin
*/
.page-attributes {
li.plugin_starred {
.starred svg {
margin-top: .1em;
width: 1.6em;
height: 1.6em;
font-size: 0.82rem;
fill: @ini_nav_menu_color;
}
/* + + + + + global + + + + + */
.starred.on svg {
fill: @ini_link;
}
#dokuwiki__site {
a:hover,
a:active {
.starred svg {
fill: @ini_nav_menu_hover_bg;
}
}
}
}
nav.nav-starred {
ul {
list-style: none;
li {
margin-left: 0;
svg {
vertical-align: middle;
}
}
}
}