fix - fisx radio lable theme for text with new colorclasses
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 23 Jun 2014 04:20:23 +0000 (13:20 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 23 Jun 2014 04:20:23 +0000 (13:20 +0900)
legacy/elementary/data/themes/edc/elm/radio.edc

index 5b31e21..5ddb1ef 100644 (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;