1/**
2 * This file provides the design styles for the page specific tool bar.
3 *
4 * @author Jana Deutschlaender <deutschlaender@cosmocode.de>
5 */
6
7nav#dokuwiki__pagetools{
8 &:hover{
9 ul{
10 background-color: #fff;
11 }
12 }
13 ul li a{
14 background-image: none;
15 }
16}
17