From 2d6cc7a16c7572ed11b868049247de0a8d6313f6 Mon Sep 17 00:00:00 2001 From: Amit Kamboj Date: Fri, 17 May 2013 10:20:39 +0530 Subject: [PATCH] [popup] Removed clicked parts for transparent style. Change-Id: If46a8b99a51bb700cf6de5569701e9bf7ebf4d3e --- themes/widgets/popup.edc | 45 --------------------------------------------- 1 file changed, 45 deletions(-) diff --git a/themes/widgets/popup.edc b/themes/widgets/popup.edc index c4d44a1..833252d 100644 --- a/themes/widgets/popup.edc +++ b/themes/widgets/popup.edc @@ -344,10 +344,6 @@ group { name: "elm/notify/block_events/transparent"; rel2.relative: 1.0 0.0; color: POPUP_DIM_BG_TRANS_COLOR_INC; } - description { state: "clicked" 0.0; - inherit: "default" 0.0; - color: POPUP_DIM_BG_CLICKED_TRANS_COLOR_INC; - } } part { name: "block_events"; type: RECT; @@ -358,39 +354,6 @@ group { name: "elm/notify/block_events/transparent"; } color: POPUP_DIM_BG_TRANS_COLOR_INC; } - description { state: "clicked" 0.0; - inherit: "default" 0.0; - color: POPUP_DIM_BG_CLICKED_TRANS_COLOR_INC; - } - } - } - programs { - program { name: "block_clicked"; - signal: "mouse,clicked,1"; - source: "block_events"; - action: SIGNAL_EMIT "elm,action,click" "elm"; - after: "deeper_block_color"; - } - program { name: "indicator_clicked"; - signal: "mouse,clicked,1"; - source: "popup_indicator"; - 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"; - target: "popup_indicator"; - transition: LINEAR 0.2; - after: "default_block_color"; - } - program { - name: "default_block_color"; - action: STATE_SET "default" 0.0; - target: "block_events"; - target: "popup_indicator"; - transition: LINEAR 0.2; } } } @@ -409,10 +372,6 @@ group { name: "elm/notify/block_events/dimrect"; rel2.relative: 1.0 0.0; color: POPUP_DIM_BG_COLOR_INC; } - description { state: "clicked" 0.0; - inherit: "default" 0.0; - color: POPUP_DIM_BG_COLOR_INC; - } } part { name: "block_events"; type: RECT; @@ -423,10 +382,6 @@ group { name: "elm/notify/block_events/dimrect"; } color: POPUP_DIM_BG_COLOR_INC; } - description { state: "clicked" 0.0; - inherit: "default" 0.0; - color: POPUP_DIM_BG_COLOR_INC; - } } } } -- 2.7.4