summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSungtaek Hong <sth253.hong@samsung.com>2017-06-22 14:11:03 +0900
committerSungtaek Hong <sth253.hong@samsung.com>2017-08-04 06:35:34 +0000
commitf8de966485d58388af232ba8ae73f1d3d6a754f9 (patch)
treee4a90a8f780afb7c79b60eb225a25795d364c0be
parent1fe76f4edee5dc821541a001e1a57604e9572152 (diff)
downloadefl-theme-tizen-mobile-f8de966485d58388af232ba8ae73f1d3d6a754f9.tar.gz
efl-theme-tizen-mobile-f8de966485d58388af232ba8ae73f1d3d6a754f9.tar.bz2
efl-theme-tizen-mobile-f8de966485d58388af232ba8ae73f1d3d6a754f9.zip
Change-Id: Ied77b3f1414dc43c2f317b424747d10cc92a1405 Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
-rw-r--r--mobile/color_classes.edc3
-rw-r--r--mobile/widgets/layout.edc2
2 files changed, 4 insertions, 1 deletions
diff --git a/mobile/color_classes.edc b/mobile/color_classes.edc
index 54ae9f3c..54b6a200 100644
--- a/mobile/color_classes.edc
+++ b/mobile/color_classes.edc
@@ -1361,6 +1361,9 @@ color_classes {
/*
* Layout
*/
+ color_class { "layout/editfield/bg";
+ color: 0 0 0 0;
+ }
color_class { "layout/editfield/underline";
color: 128 128 128 166;
}
diff --git a/mobile/widgets/layout.edc b/mobile/widgets/layout.edc
index adffa188..319ffafa 100644
--- a/mobile/widgets/layout.edc
+++ b/mobile/widgets/layout.edc
@@ -675,7 +675,7 @@ group { "elm/layout/editfield/singleline";
scale;
desc { "default";
min: 0 EDITFIELD_BG_HEIGHT_INC;
- color: 0 0 0 0;
+ color_class: "layout/editfield/bg";
}
}
spacer { "padding_top_left";