From eb5cb0f23d0bc3da3f778adeaa2c7c4f60a16c3e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 31 Jan 2022 02:25:19 +0300 Subject: [PATCH] minot tweak... Signed-off-by: Alex A. Naanou --- Viewer/css/layout.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Viewer/css/layout.less b/Viewer/css/layout.less index 2199c93c..237c6c8b 100755 --- a/Viewer/css/layout.less +++ b/Viewer/css/layout.less @@ -340,7 +340,7 @@ button:hover { transition : all 0.1s ease; } .buttons:hover .button { - opacity: 0.7; + opacity: 0.5; } .buttons .button:hover { opacity: 1;