[evolution/wip/webkit-composer: 781/966] 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: 781/966] Let the citation text have the same color as in preview (light grey)
- Date: Wed, 23 Apr 2014 10:59:06 +0000 (UTC)
commit 6892f91a384a3da72a6ce36d01ecf2afbbe9c123
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]