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.41
edited by Agnease
on 2026/05/22 08:17
Change comment: There is no comment for this version

Summary

Details

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