Changes for page Presentation Test Page

Last modified by Erik Bakker on 2024/07/30 14:39

From version 45.1
edited by Erik Bakker
on 2024/07/30 14:31
Change comment: There is no comment for this version
To version 43.1
edited by Erik Bakker
on 2024/07/30 14:29
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -34,6 +34,11 @@
34 34   border-radius: 3px 0 0 3px;
35 35  }
36 36  
37 +/* On hover, add a black background color with a little bit see-through */
38 +.prev:hover, .next:hover {
39 + background-color: rgba(0,0,0,0.8);
40 +}
41 +
37 37  /* Caption text */
38 38  .text {
39 39   color: #f2f2f2;