29 lines
493 B
Text
Executable file
29 lines
493 B
Text
Executable file
/**
|
|
* This file provides the design styles for the page specific tool bar.
|
|
*
|
|
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
|
*/
|
|
|
|
nav#dokuwiki__pagetools {
|
|
&:hover {
|
|
ul {
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
|
|
ul {
|
|
li a {
|
|
background-image: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
|
/* max-width: 1023px */
|
|
|
|
@media @screen_max-md {
|
|
nav#dokuwiki__pagetools {
|
|
right: 0;
|
|
}
|
|
}
|