Changes for page Home

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

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

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -23,6 +23,9 @@
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;
28 + }
26 26   td.fc-mainVal {
27 27   position: relative;
28 28   & > div {
... ... @@ -31,6 +31,14 @@
31 31   width: 100%;
32 32   overflow: hidden;
33 33   border-radius: 4px;
37 + &.fc-cut-start {
38 + border-top-left-radius: 0px;
39 + border-top-right-radius: 0px;
40 + }
41 + &.fc-cut-end {
42 + border-bottom-left-radius: 0px;
43 + border-bottom-right-radius: 0px;
44 + }
34 34   &:hover {
35 35   width: auto;
36 36   max-width: 10vw;