diff --git a/data/elementary/themes/edc/efl/popup.edc b/data/elementary/themes/edc/efl/popup.edc index 491d483b42..50fb460f09 100644 --- a/data/elementary/themes/edc/efl/popup.edc +++ b/data/elementary/themes/edc/efl/popup.edc @@ -250,9 +250,27 @@ group { "efl/popup_alert/button"; alias: "efl/popup_alert_text/button"; } -group { "efl/popup_alert_scroll/scroller"; - inherit: "elm/scroller/base/popup/no_inset_shadow"; +group { name: "efl/popup_alert_scroll/scroller"; + inherit: "efl/scroller"; alias: "efl/popup_alert_text/scroller"; + parts { + part { name: "elm.swallow.content"; type: SWALLOW; + description { state: "default" 0.0; + rel1.offset: 0 0; + rel2.offset: 0 0; + } + } + part { name: "inset"; + description { state: "default" 0.0; + visible: 0; + } + } + part { name: "shadow"; + description { state: "default" 0.0; + visible: 0; + } + } + } } group { "efl/popup_alert_text/text";