Changes for page MentionsMacro

Last modified by Dan Stewart on 2025/07/01 14:07

From version 2.1
edited by Dan Stewart
on 2023/10/31 15:29
Change comment: Install extension [org.xwiki.platform:xwiki-platform-mentions-ui/15.9]
To version 1.1
edited by Dan Stewart
on 2023/08/02 15:28
Change comment: Install extension [org.xwiki.platform:xwiki-platform-mentions-ui/15.6]

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,6 +1,6 @@
1 1  .xwiki-mention {
2 2   background-color: $services.mentions.mentionsColor;
3 - border-radius: 10px;
3 + border-radius: 8px;
4 4   padding: 2px 5px 2px 5px;
5 5  }
6 6