/** * This file provides the design styles for the page specific tool bar. * * @author Jana Deutschlaender */ nav#dokuwiki__pagetools{ &:hover{ ul{ background-color: #fff; } } ul { li a { background-image: none; } } }