summaryrefslogtreecommitdiffstats
path: root/data/themes/default/edc/elm/bg.edc
diff options
context:
space:
mode:
Diffstat (limited to 'data/themes/default/edc/elm/bg.edc')
-rw-r--r--data/themes/default/edc/elm/bg.edc51
1 files changed, 21 insertions, 30 deletions
diff --git a/data/themes/default/edc/elm/bg.edc b/data/themes/default/edc/elm/bg.edc
index 2a0edc3..ed3fabb 100644
--- a/data/themes/default/edc/elm/bg.edc
+++ b/data/themes/default/edc/elm/bg.edc
@@ -6,34 +6,25 @@
elm.swallow.content: Used for elm_layout_part_content_set(bg, "overlay", content).
*/
-group { name: "elm/bg/base/default";
- images.image: "bevel_dark_out.png" COMP;
- parts {
- 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;
- description { state: "default" 0.0;
- }
- }
- 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;
- }
- }
- }
+group {name: "elm/bg/base/default";
+ parts {
+ part {name: "base"; type: RECT;
+ description {state: "default" 0.0;
+ color_class: "dialog_base";
+ color: 0 0 0 255;
+ }
+ }
+ part {name: "elm.swallow.rectangle"; type: SWALLOW;
+ description {state: "default" 0.0;
+ }
+ }
+ part {name: "elm.swallow.background"; type: SWALLOW;
+ description {state: "default" 0.0;
+ }
+ }
+ part {name: "elm.swallow.content"; type: SWALLOW;
+ description {state: "default" 0.0;
+ }
+ }
+ }
}