[Genlist] Fix genlist bubble
[platform/core/uifw/efl-theme-tizen.git] / themes / widgets / genlist / genlist_macro.edc
index e36bf4b..df38b91 100644 (file)
                min: 48 38; \
                max: -1 38; \
                fixed: 0 1; \
+               color: GENLIST_LIST_BUBBLE_COLOR; \
             ) \
+            description { state: "selected" 0.0; \
+               inherit: "default" 0.0; \
+               color: GENLIST_LIST_BUBBLE_PRESS_COLOR; \
+            } \
          ) \
          GENLIST_PART_TEXT(NAME, \
             GENLIST_DESCRIPTION_RTB(RIGHT, TOP, BOTTOM, \
                rel2.offset: -10 -1; /* This maintain the text alignment with bubble text. */\
                GENLIST_PARAM_LIST_BUBBLE_TEXT \
             ) \
+            description { state: "selected" 0.0; \
+               inherit: "default" 0.0; \
+               color: GENLIST_LIST_BUBBLE_TEXT_FOCUS_COLOR; \
+            } \
          )
 
 #if 0