[evolution/wip/webkit-composer] Let the citation text have the same	color as in preview (light grey)
- From: Tomas Popela <tpopela src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [evolution/wip/webkit-composer] Let the citation text have the same	color as in preview (light grey)
 
- Date: Thu, 23 Jan 2014 13:48:24 +0000 (UTC)
 
commit 938c0586c2b3432dffa7167e2885e775b44bfbe7
Author: Tomas Popela <tpopela redhat com>
Date:   Thu Jan 23 14:46:41 2014 +0100
    Let the citation text have the same color as in preview (light grey)
 e-util/e-editor-widget.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/e-util/e-editor-widget.c b/e-util/e-editor-widget.c
index acbf46e..566095a 100644
--- a/e-util/e-editor-widget.c
+++ b/e-util/e-editor-widget.c
@@ -3091,8 +3091,8 @@ e_editor_widget_update_fonts (EEditorWidget *widget)
                stylesheet,
                "blockquote "
                "{\n"
-               "  -webkit-margin-before: 0em; "
-               "  -webkit-margin-after: 0em; "
+               "  -webkit-margin-before: 0em; \n"
+               "  -webkit-margin-after: 0em; \n"
                "}\n");
 
        g_string_append (
@@ -3101,8 +3101,9 @@ e_editor_widget_update_fonts (EEditorWidget *widget)
                "{\n"
                "  padding: 0.0ex 0ex;\n"
                "  margin: 0ex;\n"
-               "  -webkit-margin-start: 0em; "
-               "  -webkit-margin-end : 0em; "
+               "  -webkit-margin-start: 0em; \n"
+               "  -webkit-margin-end : 0em; \n"
+               "  color: #737373 !important;\n"
                "}\n");
 
        g_string_append (
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]