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 14 ul { 15 li a { 16 background-image: none; 17 } 18 } 19} 20 21 22/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ 23/* max-width: 1023px */ 24 25@media @screen_max-md { 26 nav#dokuwiki__pagetools { 27 right: 0; 28 } 29} 30