color: FN_COL_DISABLE;
desc: "Text of a disabled checkbox's label when checked";
}
+ color_class { name: "datetime_bg";
+ color: 0 0 0 0;
+ desc: "Background of a datetime widget";
+ }
+ color_class { name: "datetime_separator_text";
+ color: FN_COL_DEFAULT;
+ desc: "Text in a datetime separator area";
+ }
+ color_class { name: "datetime_separator_text_disabled";
+ color: FN_COL_DISABLE;
+ desc: "Text in a disabled datetime separator area";
+ }
color_class { name: "entry_text";
color: FN_COL_DEFAULT_BASIC;
desc: "Text in an entry box";
relative: 1.0 1.0; \
to: "field"#_after; \
} \
- color: FN_COL_DEFAULT; \
- color_class: "datetime_text"; \
+ color_class: "datetime_separator_text"; \
text { \
font: "Sans"; size: 10; \
min: 1 0; \
ellipsis: -1; \
align: 0.5 0.5; \
- text_class: "datetime_text"; \
+ text_class: "datetime_separator_text"; \
} \
} \
description { state: "enable" 0.0; \
visible: 0; \
rel1.to: "separator"#_pos; \
rel2.to: "separator"#_pos; \
- color: FN_COL_DISABLE; \
- color_class: "datetime_text"; \
+ color_class: "datetime_separator_text_disabled"; \
text { \
text_source: "separator"#_pos; \
font: "Sans"; size: 10; \
- text_class: "datetime_text"; \
+ text_class: "datetime_separator_text_disabled"; \
} \
} \
description { state: "enable" 0.0; \
}
group { name: "elm/datetime/base/default";
parts {
+ part { name: "bg"; type: RECT;
+ description { state: "default" 0.0;
+ color_class: "datetime_bg";
+ }
+ }
part { name: "clip"; type: RECT;
description { state: "default" 0.0;
rel1.to: "separator0";
{"calendar_day_text_holiday", "Holiday Text"},
{"calendar_day_text_today", "Today Text"},
{"calendar_day_text_disabled", "Disabled Day Text"},
+ {"datetime_separator_text", "Datetime Separator Text"},
+ {"datetime_separator_text_disabled", "Datetime Separator Disabled Text"},
{"label", "Label"},
{"entry", "Entry"},
{"title_bar", "Title Bar"},
{"calendar_day_selected", "Selected Day Effect"},
{"calendar_day_highlighted", "Highlighted Day Effect"},
{"calendar_day_checked", "Checked Day Effect"},
+ {"datetime_bg", "Datetime Background"},
+ {"datetime_separator_text", "Datetime Separator Text"},
+ {"datetime_separator_text_disabled", "Datetime Separator Disabled Text"},
{"hoversel_item_active", "Hoversel Item Text"},
{"hoversel_text_disabled", "Hoversel Item Disabled Text"},
{"radio_text", "Radio Text"},