Changes for page Menu Macro

Last modified by Drunk Monkey on 2024-10-07 11:49

From version 2.1
edited by Drunk Monkey
on 2021-03-01 08:43
Change comment: Migrated property [priority] from class [XWiki.WikiMacroClass]
To version 4.1
edited by Drunk Monkey
on 2022-08-02 10:47
Change comment: Migrated property [defaultCategories] from class [XWiki.WikiMacroClass]

Summary

Details

XWiki.StyleSheetExtension[1]
Code
... ... @@ -126,7 +126,6 @@
126 126   font-size: @font-size-base;
127 127   text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
128 128   background-color: @dropdown-bg;
129 - border: 1px solid @dropdown-fallback-border; // IE8 fallback
130 130   border: 1px solid @dropdown-border;
131 131   border-radius: @border-radius-base;
132 132   .box-shadow(0 6px 12px rgba(0,0,0,.175));