From ac6734d217c9d65d6e685590bfe99e56a87bd6c5 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 8 Mar 2022 10:23:21 +0000 Subject: [PATCH] elm theme - fix notify blocker group to inherit visible - fix white box @fix --- data/elementary/themes/edc/elm/notify.edc | 1 + 1 file changed, 1 insertion(+) diff --git a/data/elementary/themes/edc/elm/notify.edc b/data/elementary/themes/edc/elm/notify.edc index 15bd731e28..30b698876a 100644 --- a/data/elementary/themes/edc/elm/notify.edc +++ b/data/elementary/themes/edc/elm/notify.edc @@ -7,6 +7,7 @@ group { name: "elm/notify/block_events/default"; color: 255 255 255 0; // no cc } desc { "visible"; + inherit: "default" 0.0; color: 255 255 255 255; // no cc } }