diff --git a/data/elementary/themes/edc/elm/notify.edc b/data/elementary/themes/edc/elm/notify.edc index 34d85072bf..15bd731e28 100644 --- a/data/elementary/themes/edc/elm/notify.edc +++ b/data/elementary/themes/edc/elm/notify.edc @@ -3,10 +3,11 @@ group { name: "elm/notify/block_events/default"; parts { part { name: "block_events"; type: RECT; desc { state: "default"; - color: 0 0 0 0; + color_class: "/dim/normal/notify"; + color: 255 255 255 0; // no cc } desc { "visible"; - color: 0 0 0 128; + color: 255 255 255 255; // no cc } } program { signal: "mouse,clicked,1"; source: "block_events"; @@ -40,11 +41,11 @@ group { name: "elm/notify/top/default"; description { state: "default" 0.0; rel1.offset: -500 -500; rel2.offset: 499 499; - color: 255 255 255 0; + color: 255 255 255 0; // no cc } description { state: "visible" 0.0; inherit: "default" 0.0; - color: 255 255 255 255; + color: 255 255 255 255; // no cc } } part { name: "shadow"; mouse_events: 0; @@ -61,7 +62,7 @@ group { name: "elm/notify/top/default"; clip_to: "clip"; scale: 1; description { state: "default" 0.0; - color: 48 48 48 255; + color_class: "/bg/normal/popup/base"; rel1.offset: 10 10; rel2.offset: -11 -11; rel1.relative: 0.0 -1.0;