[evolution/wip/webkit-composer] Bug 726511: [webkit-composer] Image jumps with mouse above it
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit-composer] Bug 726511: [webkit-composer] Image jumps with mouse above it
- Date: Mon, 17 Mar 2014 13:36:04 +0000 (UTC)
commit c2b1e49ea3d70368ae3b73b22231b9d81cd6b3ac
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]