From d67d5f093085fdb3839a79114ff199e922051b93 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 23 Jun 2014 13:20:23 +0900 Subject: [PATCH] fix - fisx radio lable theme for text with new colorclasses --- legacy/elementary/data/themes/edc/elm/radio.edc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/legacy/elementary/data/themes/edc/elm/radio.edc b/legacy/elementary/data/themes/edc/elm/radio.edc index 5b31e21d10..5ddb1efd72 100644 --- a/legacy/elementary/data/themes/edc/elm/radio.edc +++ b/legacy/elementary/data/themes/edc/elm/radio.edc @@ -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;