Changes for page Home
Last modified by Angela Warkentin on 2025/07/23 11:35
From version 73.15
edited by Benjamin Fischer
on 2024/11/08 10:40
on 2024/11/08 10:40
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 (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 - background-color:#ccc;31 + filter: brightness(0.8); 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 !important;50 + width: auto; 51 51 max-width: 10vw; 52 52 height: auto !important; 53 53 z-index: 10;