From 32fa49741e7a76e93fcb774a86d43fd2ee3179da Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Fri, 17 Nov 2017 16:03:51 +0100 Subject: [PATCH] Reduce opacity of icon images in the menu when they are hovered --- public/css/icinga/menu.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/icinga/menu.less b/public/css/icinga/menu.less index 48740f9b9..be607a16e 100644 --- a/public/css/icinga/menu.less +++ b/public/css/icinga/menu.less @@ -156,6 +156,10 @@ > a > .badge { display: none; } + + img.icon { + opacity: .6; + } } #menu .nav-level-1 > .nav-item:not(.active):hover {