}
}
}
-
- // rtl fix
- html[dir='rtl'] {
- .mainMenu {
- > ul {
- > li.active > a {
- &::after {
- .boxShadow(2px, 2px, @wcfNavigationHeaderBackgroundColor, 0);
- }
-
- &::before {
- .boxShadow(-2px, 2px, @wcfNavigationHeaderBackgroundColor, 0);
- }
- }
- }
- }
- }
}
/* navigation header / footer */
}
}
}
-
- // rtl fix
- html[dir='rtl'] {
- .tabMenu {
- > ul {
- > li {
- &.ui-state-active {
- > a {
- &::before {
- .boxShadow(-2px, 1px, @wcfContainerBackgroundColor, 0);
- }
-
- &::after {
- .boxShadow(2px, 1px, @wcfContainerBackgroundColor, 0);
- }
- }
- }
- }
- }
- }
- }
}
/* ### inputs ### */