From: tasn Date: Thu, 3 Feb 2011 08:23:14 +0000 (+0000) Subject: Elementary ctxpopup: Modified the disabled item style. Patch by ChunEon Park (Hermet). X-Git-Tag: REL_F_I9500_20120323_1~17^2~3207 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43890e349eeb2d06299352d238e2dc20faced919;p=framework%2Fuifw%2Felementary.git Elementary ctxpopup: Modified the disabled item style. Patch by ChunEon Park (Hermet). git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@56668 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/data/themes/default.edc b/data/themes/default.edc index 0296ab3..68748d2 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -7992,6 +7992,7 @@ collections { } part { name: "elm.swallow.icon"; type: SWALLOW; + clip_to: "disclip"; scale: 1; description { state: "default" 0.0; min: 25 25; @@ -8005,6 +8006,7 @@ collections { part { name: "elm.text"; type: TEXT; mouse_events: 0; + clip_to: "disclip"; scale: 1; description { state: "default" 0.0; min: 1 40; @@ -8051,16 +8053,22 @@ collections { part { name: "disclip"; type: RECT; description { state: "default" 0.0; + color: 255 255 255 255; + } + description { state: "enabled" 0.0; + color: 127 127 127 127; + } + } + part { name: "blocker"; + description { state: "default" 0.0; visible: 0; } description { state: "enabled" 0.0; visible: 1; - color: 50 50 50 127; - rel1.offset: 4 4; - rel2.offset: -5 -5; + color: 0 0 0 0; } } - } + } programs { program { name: "item_unclick"; @@ -8073,12 +8081,14 @@ collections { source: "elm"; action: STATE_SET "enabled" 0.0; target: "disclip"; + target: "blocker"; } program { name: "enable"; signal: "elm,state,enabled"; source: "elm"; action: STATE_SET "default" 0.0; target: "disclip"; + target: "blocker"; } program { name: "item_click2"; signal: "mouse,down,1";