Fix edit mode color
authorTae-Hwan Kim <the81.kim@samsung.com>
Wed, 1 Aug 2012 10:33:43 +0000 (19:33 +0900)
committerTae-Hwan Kim <the81.kim@samsung.com>
Wed, 1 Aug 2012 10:33:43 +0000 (19:33 +0900)
Change-Id: If5ca4c77d3ea69a381a2bf9592e0cf3a3c9815d0

themes/widgets/genlist/genlist_decorate.edc

index 0ffb540..1ab652f 100644 (file)
                   relative: 1.0 0.0;
                   to_y: "elm.padding.bottom";
                }
-             color: GENLIST_PART_BG_COLOR_INC;
-           }
-           description { state: "selected" 0.0;
+               color: GENLIST_PART_LIST_BG_COLOR_INC;
+            }
+            description { state: "selected" 0.0;
                inherit: "default" 0.0;
                visible: 1;
                color: GENLIST_PART_LIST_PRESS_COLOR_INC;
-           }
+            }
         }
 
         part { name: "elm.padding.left";
                   to_y: "elm.padding.bottom";
                }
             }
-          description { state: "enabled" 0.0;
-             inherit: "default" 0.0;
+            description { state: "enabled" 0.0;
+               inherit: "default" 0.0;
                align: 0.0 0.5;
             }
          }