rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=e056735ff1dd2566cfb6d35f7d0d7418bb0b61a3

commit e056735ff1dd2566cfb6d35f7d0d7418bb0b61a3
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Tue Apr 25 16:44:02 2017 +0300

    theme: fix color for entry icons
---
 data/themes/default/widgets/entry.edc | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/data/themes/default/widgets/entry.edc 
b/data/themes/default/widgets/entry.edc
index e6c14d4..9b53c5d 100644
--- a/data/themes/default/widgets/entry.edc
+++ b/data/themes/default/widgets/entry.edc
@@ -973,7 +973,7 @@ group { name: "elm/scroller/entry_single/default";
       }
       part { name: "elm.swallow.icon";
          type: SWALLOW;
-         clip_to: "clipper";
+         clip_to: "icon_clipper";
          description { state: "default" 0.0;
             visible: 0;
             align: 0.0 0.5;
@@ -1001,7 +1001,7 @@ group { name: "elm/scroller/entry_single/default";
       }
       part { name: "elm.swallow.end";
          type: SWALLOW;
-         clip_to: "clipper";
+         clip_to: "icon_clipper";
          description { state: "default" 0.0;
             visible: 0;
             align: 1.0 0.5;
@@ -1123,6 +1123,19 @@ group { name: "elm/scroller/entry_single/default";
             }
          }
       }
+      part { name: "icon_clipper";
+         type: RECT;
+         repeat_events: 1;
+         description { state: "default" 0.0;
+            color_class: "main";
+            rel1 {
+               to: "elm.swallow.icon";
+            }
+            rel2 {
+               to: "elm.swallow.end";
+            }
+         }
+      }
    }
    programs {
       program { name: "icon_show";

-- 


Reply via email to