diff --git a/public/css/themes/high-contrast.less b/public/css/themes/high-contrast.less index c9057c08d..38b7d49c5 100644 --- a/public/css/themes/high-contrast.less +++ b/public/css/themes/high-contrast.less @@ -16,6 +16,34 @@ @text-color: #191919; @text-color-light: #555555; +@menu-highlight-color: white; +@menu-2ndlvl-color: white; +@menu-2ndlvl-highlight-color: white; + +#menu ul.nav-level-1 > .nav-item > a { + &:focus, &:hover { + text-decoration: underline; + } +} + +#menu .nav-level-2 > .nav-item.active { + background-color: black; + + > a:focus, > a:hover { + opacity: 1; + } +} + +#menu .nav-level-2 > .nav-item > a { + &:hover, &:focus { + text-decoration: underline; + } +} + +#menu .active > a { + text-decoration: underline; +} + .badge { background-color: @text-color-light; } @@ -50,15 +78,6 @@ } } -#menu a:hover { - color: @body-bg-color; - background-color: @icinga-blue; -} - -#menu .active > a { - text-decoration: underline; -} - .boxview a:focus { color: @text-color; text-decoration: underline;