[evolution/wip/webkit-composer: 906/966] Bug 726511: [webkit-composer] Image jumps with mouse above it



commit 6b34109c6cab9c5185705a37bc859d0f04e99566
Author: Tomas Popela <tpopela redhat com>
Date:   Mon Mar 17 14:34:59 2014 +0100

    Bug 726511: [webkit-composer] Image jumps with mouse above it
    
    Replace border with outline and change the width to 1px.

 e-util/e-editor-widget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-editor-widget.c b/e-util/e-editor-widget.c
index eaab796..ea31ee7 100644
--- a/e-util/e-editor-widget.c
+++ b/e-util/e-editor-widget.c
@@ -5463,7 +5463,7 @@ e_editor_widget_update_fonts (EEditorWidget *widget)
                stylesheet,
                "span.-x-evo-resizable-wrapper:hover "
                "{\n"
-               "  border: 2px dashed red; \n"
+               "  outline: 1px dashed red; \n"
                "}\n");
 
        g_string_append (


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]