Changes for page Public Web Site

Last modified by Agnease on 2026/05/30 16:24

From version 10.42
edited by Agnease
on 2026/05/22 08:18
Change comment: There is no comment for this version
To version 10.39
edited by Agnease
on 2026/05/22 08:13
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -329,6 +329,12 @@
329 329   border: 1px solid @line;
330 330   border-radius: @radius;
331 331   box-shadow: @shadow-sm;
332 + transition: transform .18s ease, box-shadow .18s ease;
333 +
334 + &:hover {
335 + transform: translateY(-2px);
336 + box-shadow: @shadow;
337 + }
332 332  }
333 333  
334 334  /* ========== Small Widgets ========== */