From ac7e130b7390e33f9dfb15b39a3189ae3f36259b Mon Sep 17 00:00:00 2001 From: "Buhleier, Leon" Date: Fri, 25 Jul 2025 10:39:15 +0200 Subject: [PATCH] Changed stale section in css to make stale services and hosts more visible --- packages/cmk-frontend/src/themes/facelift/scss/_status.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cmk-frontend/src/themes/facelift/scss/_status.scss b/packages/cmk-frontend/src/themes/facelift/scss/_status.scss index ea24a402b8d..2b42c6f1781 100644 --- a/packages/cmk-frontend/src/themes/facelift/scss/_status.scss +++ b/packages/cmk-frontend/src/themes/facelift/scss/_status.scss @@ -20,10 +20,10 @@ * TODO: Get rid of important styles throughout this style sheet */ -.stale .state { +.stale.state { text-shadow: none !important; background-image: none !important; - filter: saturate(50%) brightness(105%); + filter: saturate(10%) brightness(105%); } td.state {