Changes for page Style

Last modified by Drunk Monkey on 2026-06-02 07:39

From version 8.1
edited by Drunk Monkey
on 2026-06-02 07:39
Change comment: Install extension [org.xwiki.platform:xwiki-platform-annotation-ui/18.4.0]
To version 7.1
edited by Drunk Monkey
on 2026-02-04 10:30
Change comment: Install extension [org.xwiki.platform:xwiki-platform-annotation-ui/18.0.0]

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -50,15 +50,6 @@
50 50   The highlights can happen in the middle of words, and it would look odd. */
51 51   padding: 0;
52 52   cursor: pointer;
53 -
54 - &.updated {
55 - background-color: var(--mark-updated-bg);
56 - }
57 -
58 - &.altered {
59 - background-color: var(--mark-altered-bg);
60 - }
61 -
62 62   &.hovered,
63 63   &.hovered .annotation-highlight, &.hovered .selection-highlight {
64 64   /* We want to increase the accent on the element when hovered.
... ... @@ -211,10 +211,12 @@
211 211   background: transparent #attImgURL('notesmall') left 4px no-repeat;
212 212   text-align: justify;
213 213  }
214 -#allAnnotations .UPDATED .annotationText {
205 +#allAnnotations .UPDATED .annotationText, #xwikicontent .UPDATED {
206 + ##background-image: #imgURL('note_error');
215 215   background-image: #attImgURL('notesmallorange');
216 216  }
217 -#allAnnotations .ALTERED annotationText {
209 +#allAnnotations .ALTERED annotationText, #xwikicontent .ALTERED {
210 + ##background-image: #imgURL('note_delete');
218 218   background-image: #attImgURL('notesmallred');
219 219  }
220 220