28 lines
561 B
Plaintext
Executable File
28 lines
561 B
Plaintext
Executable File
#dokuwiki__header {
|
|
#dokuwiki__usertools {
|
|
text-align: left;
|
|
}
|
|
|
|
.header__menu-list li.action a {
|
|
svg {
|
|
height: 1.1em;
|
|
width: 1.1em;
|
|
flex: 0 0 auto;
|
|
vertical-align: middle;
|
|
fill: @ini_icons;
|
|
}
|
|
}
|
|
|
|
.header__menu-list li.action a:hover svg,
|
|
.header__menu-list li.action a:focus svg,
|
|
.header__menu-list li.action a:active svg {
|
|
fill: @ini_link;
|
|
}
|
|
}
|
|
|
|
[dir=rtl] #dokuwiki__header {
|
|
#dokuwiki__usertools {
|
|
text-align: right;
|
|
}
|
|
}
|