Changes for page Navigation
Last modified by Benjamin Fischer on 2025/06/03 16:18
From version 2.17
edited by Benjamin Fischer
on 2024/10/24 12:11
on 2024/10/24 12:11
Change comment:
There is no comment for this version
To version 2.18
edited by Benjamin Fischer
on 2024/10/24 12:13
on 2024/10/24 12:13
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -1,2 +1,9 @@ 1 -.panel .menu.menu-vertical li {padding: 0em;} 2 -.panel .menu.menu-vertical ul {margin-top: 0.1em;} 1 +.panel .menu.menu-vertical li { 2 + padding: 0em; 3 +} 4 +.panel .menu.menu-vertical ul { 5 + margin-top: 0.1em; 6 +} 7 +.panel .menu.menu-vertical .xDropdown > .xDropdown-header > .xDropdown-header-toggle::before { 8 + transform: rotate(-90deg); 9 +}