summaryrefslogtreecommitdiff
path: root/mobile/widgets/entry.edc
diff options
context:
space:
mode:
authorSungtaek Hong <sth253.hong@samsung.com>2017-03-27 15:40:22 +0900
committerSungtaek Hong <sth253.hong@samsung.com>2017-04-02 23:24:09 -0700
commita75e9c440ce22d816dcaa21226b91f5dba18b587 (patch)
tree619ca67ae7db6bd101d13ffe5bb0c96972ad4d7e /mobile/widgets/entry.edc
parent916235c0d72bb62968a85ee6b9a8045e595c3b64 (diff)
downloadefl-theme-tizen-mobile-a75e9c440ce22d816dcaa21226b91f5dba18b587.tar.gz
efl-theme-tizen-mobile-a75e9c440ce22d816dcaa21226b91f5dba18b587.tar.bz2
efl-theme-tizen-mobile-a75e9c440ce22d816dcaa21226b91f5dba18b587.zip
Entry: merge csharp property
Conflicts: mobile/color_classes_csharp.edc mobile/elm-sharp-theme-mobile.edc Change-Id: I038cc49d5c37a593a52eefd5ca2dae6e73396701 Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
Diffstat (limited to 'mobile/widgets/entry.edc')
-rw-r--r--mobile/widgets/entry.edc14
1 files changed, 14 insertions, 0 deletions
diff --git a/mobile/widgets/entry.edc b/mobile/widgets/entry.edc
index 119838e2..66906e7d 100644
--- a/mobile/widgets/entry.edc
+++ b/mobile/widgets/entry.edc
@@ -358,9 +358,22 @@ group { "elm/entry/base/template";
data.item: "focus_highlight" "on";
data.item: context_menu_orientation "horizontal";
parts {
+ rect { "clipper";
+ desc { "default";
+ color_class: "entry/default/opacity";
+ }
+ }
+ rect { "bg";
+ nomouse;
+ clip: "clipper";
+ desc { "default";
+ color_class: "entry/default/bg";
+ }
+ }
textblock { "elm.guide";
nomouse;
scale;
+ clip: "clipper";
desc { "default";
rel.to: "elm.text";
text.style: "entry_textblock_guide_style";
@@ -381,6 +394,7 @@ group { "elm/entry/base/template";
textblock { "elm.text";
mouse;
scale;
+ clip: "clipper";
entry_mode: EDITABLE;
select_mode: EXPLICIT;
cursor_mode: BEFORE;