From 2fdd3ef57aaca45fce0180ee0daf87a522e9e0dd Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 31 Jan 2022 02:16:56 +0300 Subject: [PATCH] minor tweak... Signed-off-by: Alex A. Naanou --- Viewer/css/layout.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Viewer/css/layout.less b/Viewer/css/layout.less index f629f818..2199c93c 100755 --- a/Viewer/css/layout.less +++ b/Viewer/css/layout.less @@ -340,6 +340,9 @@ button:hover { transition : all 0.1s ease; } .buttons:hover .button { + opacity: 0.7; +} +.buttons .button:hover { opacity: 1; } .buttons .button.visible {