From b9975e8d2fbc2048800d5fc82679751520537e2a Mon Sep 17 00:00:00 2001 From: Christian Bastian <80225746+cdb-boop@users.noreply.github.com> Date: Sun, 18 Aug 2024 06:47:47 -0400 Subject: [PATCH] Removed opacity and only change element's alpha. --- web/model-manager.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/model-manager.css b/web/model-manager.css index 65b441b..a205b26 100644 --- a/web/model-manager.css +++ b/web/model-manager.css @@ -450,8 +450,7 @@ } .model-manager .comfy-grid .model-label { - background-color: var(--content-hover-bg); - opacity: 0.8; + background-color: rgb(from var(--content-hover-bg) r g b / 0.5); width: 100%; height: 2.2rem; position: absolute;