Changes for page Home

Last modified by Benjamin Fischer on 2025/06/04 14:20

From version 72.86
edited by Benjamin Fischer
on 2024/11/07 15:25
Change comment: There is no comment for this version
To version 72.90
edited by Benjamin Fischer
on 2024/11/07 15:32
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -13,9 +13,6 @@
13 13   col.fc-fitCol {
14 14   width: 1px;
15 15   }
16 - col.fc-borderLeft {
17 - border-left-width: 1px;
18 - }
19 19   .fc-body {
20 20   tr:nth-child(4n+3) > * {
21 21   border-top: 1px solid #ddd;
... ... @@ -23,8 +23,8 @@
23 23   tr:nth-child(4n+5) > * {
24 24   border-top: 1px solid #bbb;
25 25   }
26 - tr:hover > * {
27 - border-bottom: 1px solid black;
23 + tr:hover {
24 + filter: brightness(0.95);
28 28   }
29 29   td.fc-mainVal {
30 30   position: relative;
... ... @@ -58,9 +58,9 @@
58 58   td.fc-weekVal {
59 59   text-align: right;
60 60   }
61 - .fc-fade {
58 + .fc-fade2 {
62 62   opacity: 0.3;
63 63   }
64 - }
65 - }
61 + }
62 + }
66 66  }