From: Amit Kamboj Date: Fri, 17 May 2013 04:50:39 +0000 (+0530) Subject: [popup] Removed clicked parts for transparent style. X-Git-Tag: accepted/tizen/20131029.210118~287 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d6cc7a16c7572ed11b868049247de0a8d6313f6;p=profile%2Fivi%2Fefl-theme-tizen.git [popup] Removed clicked parts for transparent style. Change-Id: If46a8b99a51bb700cf6de5569701e9bf7ebf4d3e --- 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; - } } } }