Changes for page Public Web Site

Last modified by Agnease on 2026/05/30 16:24

From version 6.45
edited by Agnease
on 2026/05/12 13:26
Change comment: There is no comment for this version
To version 6.41
edited by Agnease
on 2026/05/12 13:25
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[1]
code
... ... @@ -116,6 +116,13 @@
116 116   }
117 117  }
118 118  /* Keep the top-level Services menu visually clean when hovered/open/focused */
119 +.navbar-nav > li.agnease-services-menu > a {
120 + background: transparent;
121 + background-color: transparent;
122 + color: inherit;
123 + box-shadow: none;
124 +}
125 +
119 119  .navbar-nav > li.agnease-services-menu > a:hover,
120 120  .navbar-nav > li.agnease-services-menu > a:focus,
121 121  .navbar-nav > li.agnease-services-menu.open > a,
... ... @@ -123,7 +123,7 @@
123 123  .navbar-nav > li.agnease-services-menu.open > a:focus {
124 124   background: transparent;
125 125   background-color: transparent;
126 - color: @brand-strong;
133 + color: @brand;
127 127   box-shadow: none;
128 128  }
129 129  }