jaehwan pushed a commit to branch master.

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

commit c1dbd09ae954aeb649a5628b396f1ab8ae276ae5
Author: Jaehwan Kim <jae.hwan....@samsung.com>
Date:   Mon Dec 5 14:50:15 2016 +0900

    inwin: change the red warning to dim background in Tizen.
---
 data/themes/tizen/widgets/inwin.edc | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/data/themes/tizen/widgets/inwin.edc 
b/data/themes/tizen/widgets/inwin.edc
index 4e94c20..7b62625 100644
--- a/data/themes/tizen/widgets/inwin.edc
+++ b/data/themes/tizen/widgets/inwin.edc
@@ -4,11 +4,7 @@ group { name: "elm/win/inwin/modal_window";
       part { name: "block_events";
          type: RECT;
          description { state: "default" 0.0;
-            color: 0 0 0 0;
-         }
-         description { state: "clicked" 0.0;
-            inherit: "default" 0.00;
-            color: 255 0 0 50;
+            color: 0 0 0 50;
          }
       }
       part { name: "shadow";
@@ -232,17 +228,6 @@ group { name: "elm/win/inwin/modal_window";
          signal: "mouse,clicked,*";
          source: "block_events";
          action: SIGNAL_EMIT "elm,action,click" "elm";
-         after: "deeper_block_color";
-      }
-      program { name: "deeper_block_color";
-         action: STATE_SET "clicked" 0.00;
-         target: "block_events";
-         after: "default_block_color";
-      }
-      program { name: "default_block_color";
-         action: STATE_SET "default" 0.00;
-         transition: LINEAR 0.20000;
-         target: "block_events";
       }
    }
 }

-- 


Reply via email to