summaryrefslogtreecommitdiff
path: root/mobile/widgets/entry.edc
diff options
context:
space:
mode:
authorwoochan lee <wc0917.lee@samsung.com>2015-06-29 20:34:54 +0900
committerGerrit Code Review <gerrit@tizensrc>2015-06-29 20:34:54 +0900
commit6ef680bd69c4ea13b5d3b71885d23d3a7b2171aa (patch)
tree447f452271c2d0fb3394101c4599982622ae853a /mobile/widgets/entry.edc
parent1f8aa96322f81caf43f43bdd320bccce232908da (diff)
parent010dd81e31ebf004bbc16fd16eae5e4f5424a3d0 (diff)
downloadefl-theme-tizen-mobile-6ef680bd69c4ea13b5d3b71885d23d3a7b2171aa.tar.gz
efl-theme-tizen-mobile-6ef680bd69c4ea13b5d3b71885d23d3a7b2171aa.tar.bz2
efl-theme-tizen-mobile-6ef680bd69c4ea13b5d3b71885d23d3a7b2171aa.zip
Merge "[Tizen_2.4] Spinner text button font style update." into tizen_2.4
Diffstat (limited to 'mobile/widgets/entry.edc')
-rw-r--r--mobile/widgets/entry.edc8
1 files changed, 4 insertions, 4 deletions
diff --git a/mobile/widgets/entry.edc b/mobile/widgets/entry.edc
index bf7c8801..231cbdd0 100644
--- a/mobile/widgets/entry.edc
+++ b/mobile/widgets/entry.edc
@@ -1136,16 +1136,16 @@ group { name: "elm/entry/base-single/spinner/vertical_date_picker";
inherit: "elm/entry/base-single/spinner/vertical";
styles {
style { name: "entry_single_spinner_vertical_date_picker_textblock_style";
- base: "font=Tizen:style=Regular font_size=90 color=#000000ff wrap=none align=center left_margin=1 right_margin=3 text_class=tizen";
+ base: "font=Tizen:style=Light font_size=90 color=#000000ff wrap=none align=center left_margin=1 right_margin=3 text_class=tizen";
}
style { name: "entry_single_spinner_vertical_date_picker_textblock_focused_style";
- base: "font=Tizen:style=Regular font_size=90 color=#000000ff wrap=none align=center left_margin=1 right_margin=3 text_class=tizen";
+ base: "font=Tizen:style=Light font_size=90 color=#000000ff wrap=none align=center left_margin=1 right_margin=3 text_class=tizen";
}
style { name: "entry_single_spinner_vertical_date_picker_textblock_disabled_style";
- base: "font=Tizen:style=Regular font_size=90 color=#000000a3 wrap=none align=center left_margin=1 right_margin=3 text_class=tizen";
+ base: "font=Tizen:style=Light font_size=90 color=#000000a3 wrap=none align=center left_margin=1 right_margin=3 text_class=tizen";
}
style { name: "entry_single_spinner_vertical_date_picker_textblock_guide_style";
- base: "font=Tizen:style=Regular font_size=90 color=#000000a3 wrap=none align=center left_margin=1 right_margin=3 text_class=tizen ellipsis=1.0";
+ base: "font=Tizen:style=Light font_size=90 color=#000000a3 wrap=none align=center left_margin=1 right_margin=3 text_class=tizen ellipsis=1.0";
}
}
parts {