rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=2a137f4c62fab120b13cdba5839d117d84edd56c

commit 2a137f4c62fab120b13cdba5839d117d84edd56c
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Fri Feb 12 15:18:40 2016 +0200

    history_ui: fix reverted change color
---
 data/themes/default/widgets/genlist.edc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/data/themes/default/widgets/genlist.edc 
b/data/themes/default/widgets/genlist.edc
index 35ea47a..ec4c4e7 100644
--- a/data/themes/default/widgets/genlist.edc
+++ b/data/themes/default/widgets/genlist.edc
@@ -2,7 +2,6 @@
 #define BORDER_COLOR 34 35 36 255
 #define LIGHT_BORDER_COLOR 70 72 73 255
 #define LIST_BORDER_COLOR 45 46 47 255
-#define LIST_ITEM_INACTIVE_COLOR 112 121 129 255
 #define BG_COLOR 39 42 43 255
 #define LIST_ITEM_REORDERED_COLOR 200 150 0 255
 
@@ -1882,7 +1881,7 @@ group { name: "elm/genlist/item_compress/history/default";
          }
          description { state: "reverted" 0.0;
             inherit: "default" 0.0;
-            color: LIST_ITEM_INACTIVE_COLOR;
+            color_class: "main_disabled";
          }
       }
       part { name: "base_border_top";

-- 


Reply via email to