Changes for page Style

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

From 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]
To 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]

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -50,6 +50,15 @@
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 +
53 53   &.hovered,
54 54   &.hovered .annotation-highlight, &.hovered .selection-highlight {
55 55   /* We want to increase the accent on the element when hovered.
... ... @@ -202,12 +202,10 @@
202 202   background: transparent #attImgURL('notesmall') left 4px no-repeat;
203 203   text-align: justify;
204 204  }
205 -#allAnnotations .UPDATED .annotationText, #xwikicontent .UPDATED {
206 - ##background-image: #imgURL('note_error');
214 +#allAnnotations .UPDATED .annotationText {
207 207   background-image: #attImgURL('notesmallorange');
208 208  }
209 -#allAnnotations .ALTERED annotationText, #xwikicontent .ALTERED {
210 - ##background-image: #imgURL('note_delete');
217 +#allAnnotations .ALTERED annotationText {
211 211   background-image: #attImgURL('notesmallred');
212 212  }
213 213