summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmitesh Singh <amitesh.sh@samsung.com>2018-04-11 18:56:55 +0900
committerAmitesh Singh <amitesh.sh@samsung.com>2018-04-11 20:00:21 +0900
commit8b7ed085f8e544a370a300cb2924e037e6d6e2ce (patch)
tree20fa2394ab989bf27f19434197e578e7eeec9b37
parente12ef1309352d1f9054267bd7a040b1aec7f0666 (diff)
downloadefl-8b7ed085f8e544a370a300cb2924e037e6d6e2ce.tar.gz
theme: popup - define popup alert theme based on new theme
-rw-r--r--data/elementary/themes/edc/efl/popup.edc22
1 files changed, 20 insertions, 2 deletions
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";