theme: fix typo, thanks arrowdodger.

This commit is contained in:
Cedric BAIL 2015-04-25 20:08:39 +02:00
parent 4c9e2fa452
commit adcfd71d70
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ group { name: "e/widgets/entry/scrollframe";
group { name: "e/widgets/entry/text";
styles {
style { name: "entry_textblock_style";
base: "font="FN" font_size=10 color=#ffffffff style=shadow,bottom shadow_color=#00000080 text_class=entry color_classs=entry_text";
base: "font="FN" font_size=10 color=#ffffffff style=shadow,bottom shadow_color=#00000080 text_class=entry color_class=entry_text";
}
style { name: "entry_textblock_disabled_style";
base: "font="FN" font_size=10 color=#151515 style=shadow,bottom shadow_color=#ffffff19 text_class=entry color_class=entry_text_disabled";