summaryrefslogtreecommitdiff
path: root/data/elementary/themes/edc/efl/separator.edc
diff options
context:
space:
mode:
Diffstat (limited to 'data/elementary/themes/edc/efl/separator.edc')
-rw-r--r--data/elementary/themes/edc/efl/separator.edc29
1 files changed, 29 insertions, 0 deletions
diff --git a/data/elementary/themes/edc/efl/separator.edc b/data/elementary/themes/edc/efl/separator.edc
new file mode 100644
index 0000000000..5107bfabff
--- /dev/null
+++ b/data/elementary/themes/edc/efl/separator.edc
@@ -0,0 +1,29 @@
+group { name: "efl/separator/horizontal";
+ data.item: "version" "124";
+ images.image: "bevel_dark_in.png" COMP;
+ parts {
+ part { name: "base";
+ description { state: "default" 0.0;
+ min: 2 2;
+ max: 99999 2;
+ rel1.offset: 4 4;
+ rel2.offset: -5 -5;
+ image.normal: "bevel_dark_in.png";
+ image.border: 2 2 2 2;
+ fill.smooth: 0;
+ }
+ }
+ }
+}
+group { name: "efl/separator/vertical";
+ data.item: "version" "124";
+ inherit: "efl/separator/horizontal";
+ parts {
+ part { name: "base";
+ description { state: "default" 0.0;
+ max: 2 99999;
+ }
+ }
+ }
+}
+