aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--e-util/e-html-editor-view.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 3a712bf2ed..f17c4446f3 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -5787,8 +5787,9 @@ e_html_editor_view_update_fonts (EHTMLEditorView *view)
g_string_append (
stylesheet,
- "span.-x-evo-resizable-wrapper "
+ "span.-x-evo-resizable-wrapper:hover "
"{\n"
+ " outline: 1px dashed red; \n"
" resize: both; \n"
" overflow: hidden; \n"
" display: inline-block; \n"
@@ -5796,13 +5797,6 @@ e_html_editor_view_update_fonts (EHTMLEditorView *view)
g_string_append (
stylesheet,
- "span.-x-evo-resizable-wrapper:hover "
- "{\n"
- " outline: 1px dashed red; \n"
- "}\n");
-
- g_string_append (
- stylesheet,
"ul,ol "
"{\n"
" -webkit-padding-start: 7ch; \n"