Changes for page Show Hide Macro
Last modified by jklein on 2025/06/02 14:04
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -33,11 +33,13 @@ 33 33 background-color: #fff; 34 34 } 35 35 36 -.showhide-header:hover { 37 - background-color: #f0f0f0; 38 - cursor: default; 36 +.showhide-icon { 37 + color: #0645ad; /* typisches Link-Blau */ 38 + text-decoration: underline; 39 + cursor: pointer; 39 39 } 40 40 41 -.showhide buttona:hover {42 +.showhide-header:hover .showhide-icon { 42 42 text-decoration: underline; 44 + color: #0b0080; /* dunkler beim Hover */ 43 43 }