fix - fisx radio lable theme for text with new colorclasses

This commit is contained in:
Carsten Haitzler 2014-06-23 13:20:23 +09:00
parent db797eb1c2
commit d67d5f0930
1 changed files with 4 additions and 3 deletions

View File

@ -176,7 +176,8 @@ group { name: "elm/radio/base/default";
}
description { state: "disabled" 0.0;
inherit: "default" 0.0;
color: FN_COL_DISABLE;
color_class: "radio_text_disabled";
color3: 255 255 255 255;
}
description { state: "visible" 0.0;
inherit: "default" 0.0;
@ -186,8 +187,8 @@ group { name: "elm/radio/base/default";
}
description { state: "disabled_visible" 0.0;
inherit: "default" 0.0;
color: 21 21 21 255;
color3: 255 255 255 25;
color_class: "radio_text_disabled";
color3: 255 255 255 255;
visible: 1;
text.min: 1 1;
text.ellipsis: -1;