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.87
edited by Benjamin Fischer
on 2024/11/07 15:27
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;
... ... @@ -24,7 +24,7 @@
24 24   border-top: 1px solid #bbb;
25 25   }
26 26   tr:hover > * {
27 - border-bottom: 1px solid black;
24 + opacity: 0.95;
28 28   }
29 29   td.fc-mainVal {
30 30   position: relative;
... ... @@ -61,6 +61,6 @@
61 61   .fc-fade {
62 62   opacity: 0.3;
63 63   }
64 - }
65 - }
61 + }
62 + }
66 66  }