Changes for page Home
Last modified by Benjamin Fischer on 2025/06/04 14:20
From version 72.85
edited by Benjamin Fischer
on 2024/11/07 15:24
on 2024/11/07 15:24
Change comment:
There is no comment for this version
To version 72.88
edited by Benjamin Fischer
on 2024/11/07 15:29
on 2024/11/07 15:29
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
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,6 +23,9 @@ 23 23 tr:nth-child(4n+5) > * { 24 24 border-top: 1px solid #bbb; 25 25 } 23 + tr:hover { 24 + filter: brightness(1.1); 25 + } 26 26 td.fc-mainVal { 27 27 position: relative; 28 28 & > div { ... ... @@ -58,6 +58,6 @@ 58 58 .fc-fade { 59 59 opacity: 0.3; 60 60 } 61 - } 62 - } 61 + } 62 + } 63 63 }