From e5c8ce732dc1907f975edd11112a6f0222f70a53 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sun, 23 Dec 2012 11:28:46 +0100 Subject: view: Fix page background rendering while loading origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=38528f9 --- shell/atril.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'shell') diff --git a/shell/atril.css b/shell/atril.css index dd9f4c92..aa8fd65e 100644 --- a/shell/atril.css +++ b/shell/atril.css @@ -10,6 +10,7 @@ } evview.document-page { + background-color: white; border-color: black; border-style: solid; border-width: 1px; @@ -19,6 +20,7 @@ evview.document-page { } evview.document-page:active { + background-color: white; border-color: @theme_selected_bg_color; border-style: solid; border-width: 1px; @@ -27,6 +29,10 @@ evview.document-page:active { padding: 0; } +evview.document-page.inverted { + background-color: black; +} + evpresentationview { background-color: black; } -- cgit v1.2.1