Changes for page Home
Last modified by Benjamin Fischer on 2025/06/04 14:20
From version 72.89
edited by Benjamin Fischer
on 2024/11/07 15:30
on 2024/11/07 15:30
Change comment:
There is no comment for this version
To version 72.86
edited by Benjamin Fischer
on 2024/11/07 15:25
on 2024/11/07 15:25
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -13,6 +13,9 @@ 13 13 col.fc-fitCol { 14 14 width: 1px; 15 15 } 16 + col.fc-borderLeft { 17 + border-left-width: 1px; 18 + } 16 16 .fc-body { 17 17 tr:nth-child(4n+3) > * { 18 18 border-top: 1px solid #ddd; ... ... @@ -20,8 +20,8 @@ 20 20 tr:nth-child(4n+5) > * { 21 21 border-top: 1px solid #bbb; 22 22 } 23 - tr:hover { 24 - filter:brightness(0.95);26 + tr:hover > * { 27 + border-bottom: 1px solid black; 25 25 } 26 26 td.fc-mainVal { 27 27 position: relative; ... ... @@ -58,6 +58,6 @@ 58 58 .fc-fade { 59 59 opacity: 0.3; 60 60 } 61 - } 62 - } 64 + } 65 + } 63 63 }