rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=d13b26594b869ae39bf25266daf0b088ba1bd772

commit d13b26594b869ae39bf25266daf0b088ba1bd772
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Mon Jul 13 15:58:34 2015 +0300

    Styles: update text style for default entry style
    
    Change-Id: If6c12909e63e0bb752ed7cacd17a26094ae0004c
---
 data/themes/default/widgets/styles.edc | 24 ++++++++----------------
 1 file changed, 8 insertions(+), 16 deletions(-)

diff --git a/data/themes/default/widgets/styles.edc 
b/data/themes/default/widgets/styles.edc
index ec23271..dd936f7 100644
--- a/data/themes/default/widgets/styles.edc
+++ b/data/themes/default/widgets/styles.edc
@@ -1,4 +1,12 @@
 styles {
+   style { name: "main_text";
+      base: "font="FN" font_size=12 color=#d6d6d6 wrap=word text_class=entry 
ellipsis=1.0";
+      }
+   style { name: "main_text_disabled";
+      base: "font="FN" font_size=12 color=#767778 wrap=word text_class=entry 
ellipsis=1.0";
+   }
+
+   /* not refactored */
    style {
       name: "list_item_normal";
       base: "font="FN" font_size=10 text_class=list_item color=#000 wrap=word";
@@ -48,22 +56,6 @@ base: "font="FN_B" font_size=13 color=#d6d6d6 wrap=none 
text_class=label align=c
       tag:  "br" "\n";
       tag:  "tab" "\t";
    }
-   style { name: "eflete_text_style";
-      base: "font="FN" font_size=12 color=#B6B6B6 wrap=word text_class=entry";
-      tag:  "em" "+ font_style=Oblique";
-      tag:  "link" "+ color=#B6B6B6 underline=on underline_color=#8008";
-      tag:  "hilight" "+ font_weight=Bold";
-      tag:  "preedit" "+ underline=on underline_color=#000";
-      tag:  "preedit_sel" "+ backing=on backing_color=#000 color=#FFFFFF";
-   }
-   style { name: "eflete_text_disabled_style";
-      base: "font="FN" font_size=12 color=#00000080 wrap=word text_class=entry 
left_margin=2 right_margin=2 ellipsis=1.0";
-      tag:  "em" "+ font_style=Oblique";
-      tag:  "link" "+ color=#00000080 underline=on underline_color=#00000080";
-      tag:  "hilight" "+ font_weight=Bold";
-      tag:  "preedit" "+ underline=on underline_color=#000";
-      tag:  "preedit_sel" "+ backing=on backing_color=#000 color=#FFFFFF";
-   }
    style { name: "eflete_spinner_live_view_style";
       base: "font="FN" font_size=10 color=#B6B6B6 wrap=word text_class=entry";
       tag:  "em" "+ font_style=Oblique";

-- 


Reply via email to