summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmitesh Singh <amitesh.sh@samsung.com>2018-04-11 12:47:03 +0900
committerAmitesh Singh <amitesh.sh@samsung.com>2018-04-11 20:00:21 +0900
commitae88f49561ca68e2434bb4305f762bbad9a2e6df (patch)
treeb3653a3294ab2d9f2278136c1328a678dff98d9c
parenteef0c5164a03bb1f4652ea7b2610a5604a0252a2 (diff)
downloadefl-ae88f49561ca68e2434bb4305f762bbad9a2e6df.tar.gz
theme: bg - remove the elm bg inheritance
-rw-r--r--data/elementary/themes/edc/efl/bg.edc41
1 files changed, 38 insertions, 3 deletions
diff --git a/data/elementary/themes/edc/efl/bg.edc b/data/elementary/themes/edc/efl/bg.edc
index 43547d3033..3c57ac81b3 100644
--- a/data/elementary/themes/edc/efl/bg.edc
+++ b/data/elementary/themes/edc/efl/bg.edc
@@ -6,6 +6,41 @@
elm.swallow.content: Used for elm_layout_part_content_set(bg, "overlay", content).
*/
-group { "efl/bg";
- inherit: "elm/bg/base/default";
-}
+group { name: "efl/bg";
+ data.item: "version" "119";
+ images.image: "bevel_dark_out.png" COMP;
+ parts {
+ part { name: "clipper"; type: RECT;
+ description { state: "default" 0.0;
+ }
+ }
+ part { name: "base"; type: RECT;
+ description { state: "default" 0.0;
+ color_class: "dialog_base";
+ color: 64 64 64 255;
+ }
+ }
+ part { name: "elm.swallow.rectangle"; type: SWALLOW;
+ description { state: "default" 0.0;
+ }
+ }
+ part { name: "elm.swallow.background"; type: SWALLOW;
+ clip_to: "clipper";
+ description { state: "default" 0.0;
+ fixed: 1 1;
+ }
+ }
+ part { name: "bevel";
+ description { state: "default" 0.0;
+ image.normal: "bevel_dark_out.png";
+ image.border: 1 1 1 1;
+ image.middle: 0;
+ fill.smooth: 0;
+ }
+ }
+ part { name: "elm.swallow.content"; type: SWALLOW;
+ description { state: "default" 0.0;
+ }
+ }
+ }
+} \ No newline at end of file