jaehwan pushed a commit to branch master.

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

commit 448109b67c327f5f85b3aaa3d97fc0323e1c5c52
Author: Jaehwan Kim <jae.hwan....@samsung.com>
Date:   Mon Dec 5 17:23:45 2016 +0900

    inwin, popup: change the red warning to dim background in Tizen.
---
 data/themes/tizen/widgets/inwin.edc | 18 +-----------------
 data/themes/tizen/widgets/popup.edc | 19 +------------------
 2 files changed, 2 insertions(+), 35 deletions(-)

diff --git a/data/themes/tizen/widgets/inwin.edc 
b/data/themes/tizen/widgets/inwin.edc
index 7b62625..8825fb3 100644
--- a/data/themes/tizen/widgets/inwin.edc
+++ b/data/themes/tizen/widgets/inwin.edc
@@ -324,11 +324,7 @@ group { name: "elm/win/inwin/splash";
       part { name: "block_events";
          type: RECT;
          description { state: "default" 0.0;
-            color: 255 0 0 0;
-         }
-         description { state: "clicked" 0.0;
-            inherit: "default" 0.00;
-            color: 255 0 0 50;
+            color: 0 0 0 50;
          }
       }
       part { name: "area.info";
@@ -490,7 +486,6 @@ group { name: "elm/win/inwin/splash";
          signal: "mouse,clicked,*";
          source: "block_events";
          action: SIGNAL_EMIT "elm,action,click" "elm";
-         after: "deeper_block_color";
       }
       program { name: "teardown";
          signal: "end";
@@ -507,17 +502,6 @@ group { name: "elm/win/inwin/splash";
       program { name: "emit_teardown";
          action: SIGNAL_EMIT "teardown" "eflete";
       }
-      program { name: "deeper_block_color";
-         action: STATE_SET "clicked" 0.00;
-         transition: LINEAR 0.20000;
-         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";
-      }
       program { name: "load_anim";
          signal: "load";
          action: STATE_SET "default" 0.00;
diff --git a/data/themes/tizen/widgets/popup.edc 
b/data/themes/tizen/widgets/popup.edc
index 6d726f5..29c1522 100644
--- a/data/themes/tizen/widgets/popup.edc
+++ b/data/themes/tizen/widgets/popup.edc
@@ -9,10 +9,7 @@ group { name: "elm/notify/block_events/popup/default";
       part { name: "block_events";
          type: RECT;
          description { state: "default" 0.0;
-            color: 0 0 0 0;
-         }
-         description { state: "clicked" 0.0;
-            color: 255 0 0 50;
+            color: 0 0 0 50;
          }
       }
    }
@@ -21,20 +18,6 @@ group { name: "elm/notify/block_events/popup/default";
          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.0;
-         target: "block_events";
-         transition: LINEAR 0.2;
-         after: "default_block_color";
-      }
-      program {
-         name: "default_block_color";
-         action: STATE_SET "default" 0.0;
-         target: "block_events";
-         transition: LINEAR 0.2;
       }
    }
 }

-- 


Reply via email to