From 68f27ce0c8a3ed44d1f1105970cc68326df6bad3 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Thu, 12 Sep 2013 15:29:58 +0200 Subject: Bug #706008 - Workaround gnome-shell style change on focus change Avoid redrawing (thus loosing the selection and scroll position) of preview window on style change by defining the colors through CSS styles. On style change we just update the CSS color definitions and preview will update itself without redraw. --- data/webview.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'data') diff --git a/data/webview.css b/data/webview.css index f28ed3d668..9d381a8a68 100644 --- a/data/webview.css +++ b/data/webview.css @@ -14,7 +14,6 @@ body { th { text-align: left; - font-weight: normal; vertical-align: top; } @@ -50,7 +49,6 @@ img.navigable { .part-container { height: 100%; - background: #FFF; margin-top: 2px; margin-bottom: 3px; border-width: 1px; -- cgit v1.2.3