Browse Source

Force presentation canvas to white background, to properly show files which have no background.

pull/247/head
Simon Eisenmann 10 years ago
parent
commit
72cf979733
  1. 1
      html/sandboxes/odfcanvas_sandbox.html
  2. 1
      html/sandboxes/pdfcanvas_sandbox.html

1
html/sandboxes/odfcanvas_sandbox.html

@ -28,6 +28,7 @@ @@ -28,6 +28,7 @@
user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
background:white;
}
</style>
</head>

1
html/sandboxes/pdfcanvas_sandbox.html

@ -22,6 +22,7 @@ @@ -22,6 +22,7 @@
margin:0 auto;
position:relative;
display:none;
background:white;
}
</style>
</head>

Loading…
Cancel
Save