xref: /template/sprintdoc/css/area_nav-pagetools.less (revision f414dd95777ac284e381cb1f6fc54f0d5f35be23)
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