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.84
edited by Benjamin Fischer
on 2024/11/07 15:21
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -23,9 +23,6 @@
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 - }
29 29   td.fc-mainVal {
30 30   position: relative;
31 31   & > div {
... ... @@ -34,14 +34,6 @@
34 34   width: 100%;
35 35   overflow: hidden;
36 36   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 - }
45 45   &:hover {
46 46   width: auto;
47 47   max-width: 10vw;