Changes for page Home
Last modified by Angela Warkentin on 2025/07/23 11:35
From version 73.18
edited by Benjamin Fischer
on 2024/11/08 13:58
on 2024/11/08 13:58
Change comment:
There is no comment for this version
To 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
Summary
-
Objects (2 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -153,6 +153,7 @@ 153 153 firstDay: "1", 154 154 minTime: "8:00", 155 155 maxTime: "23:00", 156 + defaultDate: "2024-11-06", 156 156 editable: false, 157 157 eventDataTransform: event => { 158 158 if (event.url.split("/")[4] === "Holidays") event.rendering = "background";
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -13,6 +13,7 @@ 13 13 } 14 14 tbody.fc-body { 15 15 td { 16 + background-color: #fff; 16 16 &.fc-sat, &.fc-sun { 17 17 background-color: @weekend-color; 18 18 &.fc-dayVal { ... ... @@ -27,7 +27,7 @@ 27 27 border-top: 1px solid #bbb; 28 28 } 29 29 tr:hover > th { 30 - background-color:#ccc;31 + filter: brightness(0.8); 31 31 } 32 32 td.fc-mainVal { 33 33 position: relative; ... ... @@ -46,7 +46,7 @@ 46 46 border-bottom-right-radius: 0px; 47 47 } 48 48 &:hover { 49 - width: auto !important;50 + width: auto; 50 50 max-width: 10vw; 51 51 height: auto !important; 52 52 z-index: 10; ... ... @@ -61,11 +61,7 @@ 61 61 td.fc-dayVal, td.fc-weekVal { 62 62 color: desaturate(lighten(#1D3B58, 50%), 80%); 63 63 } 64 - td.fc-dayVal { 65 - font-size: small; 66 - } 67 67 td.fc-weekVal { 68 - font-size: smaller; 69 69 text-align: right; 70 70 } 71 71 }