summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorCarlos Garcia Campos <[email protected]>2012-12-23 11:28:46 +0100
committerraveit65 <[email protected]>2018-04-05 17:52:41 +0200
commite5c8ce732dc1907f975edd11112a6f0222f70a53 (patch)
treeabddb143ea7aa4645ad92703d59a822dba53b090 /shell
parent3349fb90d753d735329f2ab8d309093d3adeeabf (diff)
downloadatril-e5c8ce732dc1907f975edd11112a6f0222f70a53.tar.bz2
atril-e5c8ce732dc1907f975edd11112a6f0222f70a53.tar.xz
view: Fix page background rendering while loading
origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=38528f9
Diffstat (limited to 'shell')
-rw-r--r--shell/atril.css6
1 files changed, 6 insertions, 0 deletions
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;
}