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.16
edited by Benjamin Fischer
on 2024/11/08 10:41
on 2024/11/08 10:41
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -28,7 +28,7 @@ 28 28 border-top: 1px solid #bbb; 29 29 } 30 30 tr:hover > th { 31 - filter:brightness(0.8);31 + 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; 50 + 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 } 65 + td.fc-dayVal { 66 + font-size: small; 67 + } 65 65 td.fc-weekVal { 69 + font-size: smaller; 66 66 text-align: right; 67 67 } 68 68 }