1#plugin__sitemapnavi {
2
3    &.hide-media-links > ul li.media {
4        display: none;
5    }
6
7    label {
8        line-height: 2em;
9    }
10
11    li.current > div {
12         > button, a {
13            font-weight: bold;
14        }
15    }
16
17    button.plugin__sitemapnavi__dir {
18        border: none;
19        background: none;
20        color: @ini_link;
21        padding-left: 0;
22    }
23}
24