From c5806dcf3884e359165a1b17e220091dfe51a2af Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 6 Oct 2006 02:32:48 +0000 Subject: [PATCH] Added ilist item/header color classes. SVN revision: 26374 --- data/themes/default_ilist.edc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/themes/default_ilist.edc b/data/themes/default_ilist.edc index a5263bc03..2b4ab9f1a 100644 --- a/data/themes/default_ilist.edc +++ b/data/themes/default_ilist.edc @@ -176,6 +176,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "ilist_item"; text { text: "Item Label"; font: "Edje-Vera"; @@ -643,6 +644,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "ilist_item_odd"; text { text: "Item Label"; font: "Edje-Vera"; @@ -990,6 +992,7 @@ group { } color: 255 255 255 255; color2: 0 0 0 64; + color_class: "ilist_header"; text { text: "Item Label"; font: "Edje-Vera-Bold";