aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorTomas Popela <tpopela@redhat.com>2013-09-12 21:29:58 +0800
committerTomas Popela <tpopela@redhat.com>2013-09-12 21:29:58 +0800
commit68f27ce0c8a3ed44d1f1105970cc68326df6bad3 (patch)
treecad3537983c28b85223ebb171301df1d8674f5e0 /data
parentb3fb5dfc8128fd903e702beeb96eae33de8aa993 (diff)
downloadgsoc2013-evolution-68f27ce0c8a3ed44d1f1105970cc68326df6bad3.tar
gsoc2013-evolution-68f27ce0c8a3ed44d1f1105970cc68326df6bad3.tar.gz
gsoc2013-evolution-68f27ce0c8a3ed44d1f1105970cc68326df6bad3.tar.bz2
gsoc2013-evolution-68f27ce0c8a3ed44d1f1105970cc68326df6bad3.tar.lz
gsoc2013-evolution-68f27ce0c8a3ed44d1f1105970cc68326df6bad3.tar.xz
gsoc2013-evolution-68f27ce0c8a3ed44d1f1105970cc68326df6bad3.tar.zst
gsoc2013-evolution-68f27ce0c8a3ed44d1f1105970cc68326df6bad3.zip
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.
Diffstat (limited to 'data')
-rw-r--r--data/webview.css2
1 files changed, 0 insertions, 2 deletions
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;