fix slider disabled color due to colorclass introduction

This commit is contained in:
Carsten Haitzler 2014-06-23 13:05:50 +09:00
parent b4a985a092
commit 94b1b3827d
1 changed files with 4 additions and 4 deletions

View File

@ -286,7 +286,7 @@ group { name: "elm/slider/horizontal/default";
description { state: "disabled_visible" 0.0;
inherit: "visible" 0.0;
color_class: "slider_text_disabled";
color: FN_COL_DISABLE;
color3: 255 255 255 255;
}
}
part { name: "elm.swallow.end"; type: SWALLOW;
@ -374,8 +374,8 @@ group { name: "elm/slider/horizontal/default";
}
description { state: "disabled_visible" 0.0;
inherit: "visible" 0.0;
color: FN_COL_DISABLE_LIGHTER_SHADOW;
color_class: "slider_text_disabled";
color3: 255 255 255 255;
}
}
part { name: "button"; type: GROUP; mouse_events: 0;
@ -993,7 +993,7 @@ group { name: "elm/slider/vertical/default";
description { state: "disabled_visible" 0.0;
inherit: "visible" 0.0;
color_class: "slider_text_disabled";
color: FN_COL_DISABLE_LIGHTER_SHADOW;
color3: 255 255 255 255;
}
}
part { name: "elm.swallow.end"; type: SWALLOW;
@ -1083,8 +1083,8 @@ group { name: "elm/slider/vertical/default";
}
description { state: "disabled_visible" 0.0;
inherit: "visible" 0.0;
color: FN_COL_DISABLE_LIGHTER_SHADOW;
color_class: "slider_text_disabled";
color3: 255 255 255 255;
}
}
part { name: "button"; type: GROUP; mouse_events: 0;