fix hoversel colorclasses

This commit is contained in:
Carsten Haitzler 2014-03-24 14:41:17 +09:00
parent b03fe5b9d9
commit 391d52b7e5
2 changed files with 17 additions and 9 deletions

View File

@ -146,6 +146,16 @@ color_classes {
color: FN_COL_DEFAULT_BASIC;
}
color_class { name: "hoversel_text";
color: FN_COL_DEFAULT;
}
color_class { name: "hoversel_text_disabled";
color: FN_COL_DISABLE;
}
color_class { name: "hoversel_item_active";
color: FN_COL_HIGHLIGHT;
}
// modules
color_class { name: "module_label";
color: FN_COL_DEFAULT;

View File

@ -796,6 +796,7 @@ group { name: "elm/button/base/hoversel_vertical/default";
rel2.offset: -2 -7;
rel2.relative: 0.0 1.0;
text.text_class: "hoversel";
color3: 255 255 255 255;
}
description { state: "visible" 0.0;
inherit: "default" 0.0;
@ -811,14 +812,12 @@ group { name: "elm/button/base/hoversel_vertical/default";
description { state: "disabled_visible" 0.0;
inherit: "default" 0.0;
rel1.offset: 2 5;
color: FN_COL_DISABLE;
color_class: "hoversel_text_disabled";
text.min: 1 1;
visible: 1;
}
description { state: "disabled_textonly" 0.0;
inherit: "default" 0.0;
color: FN_COL_DISABLE;
color_class: "hoversel_text_disabled";
text.min: 1 1;
visible: 1;
@ -1042,8 +1041,8 @@ group { name: "elm/button/base/hoversel_vertical_entry/default";
rel1.to_y: "base";
rel2.offset: -7 -7;
rel2.to: "base";
color: FN_COL_DEFAULT;
color_class: "button_text";
color_class: "hoversel_text";
color3: 255 255 255 255;
text { font: FN; size: 10;
align: 0.0 0.5;
min: 0 0;
@ -1065,15 +1064,13 @@ group { name: "elm/button/base/hoversel_vertical_entry/default";
description { state: "disabled_visible" 0.0;
inherit: "default" 0.0;
rel1.offset: 2 5;
color: FN_COL_DISABLE;
color_class: "button_text_disabled";
color_class: "hoversel_text_disabled";
text.min: 1 1;
visible: 1;
}
description { state: "disabled_textonly" 0.0;
inherit: "default" 0.0;
color: FN_COL_DISABLE;
color_class: "button_text_disabled";
color_class: "hoversel_text_disabled";
text.min: 1 1;
visible: 1;
}
@ -1087,8 +1084,9 @@ group { name: "elm/button/base/hoversel_vertical_entry/default";
rel1.to: "elm.text";
rel2.offset: 2 1;
rel2.to: "elm.text";
color: FN_COL_HIGHLIGHT;
color_class: "hoversel_item_active";
color2: 255 255 255 255;
color3: 255 255 255 255;
text { font: FN; size: 10;
text_source: "elm.text";
align: 0.0 0.5;