Changes for page Home
Last modified by Benjamin Fischer on 2025/06/04 14:20
From version 73.14
edited by Benjamin Fischer
on 2024/11/08 10:38
on 2024/11/08 10:38
Change comment:
There is no comment for this version
To version 73.17
edited by Benjamin Fischer
on 2024/11/08 10:42
on 2024/11/08 10:42
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -13,7 +13,6 @@ 13 13 } 14 14 tbody.fc-body { 15 15 td { 16 - background-color: #fff; 17 17 &.fc-sat, &.fc-sun { 18 18 background-color: @weekend-color; 19 19 &.fc-dayVal { ... ... @@ -28,7 +28,7 @@ 28 28 border-top: 1px solid #bbb; 29 29 } 30 30 tr:hover > th { 31 - filter:brightness(0.8);30 + background-color: #ccc; 32 32 } 33 33 td.fc-mainVal { 34 34 position: relative; ... ... @@ -47,7 +47,7 @@ 47 47 border-bottom-right-radius: 0px; 48 48 } 49 49 &:hover { 50 - width: auto; 49 + width: auto !important; 51 51 max-width: 10vw; 52 52 height: auto !important; 53 53 z-index: 10; ... ... @@ -62,7 +62,11 @@ 62 62 td.fc-dayVal, td.fc-weekVal { 63 63 color: desaturate(lighten(#1D3B58, 50%), 80%); 64 64 } 64 + td.fc-dayVal { 65 + font-size: small; 66 + } 65 65 td.fc-weekVal { 68 + font-size: smaller; 66 66 text-align: right; 67 67 } 68 68 }