From: Vincent Vanwaelscappel Date: Thu, 4 May 2017 10:17:28 +0000 (+0200) Subject: #1377 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=47b96dd6efc5e5a9e0890adf615b3a7da1e88bca;p=fluidbook-html5.git #1377 --- diff --git a/style/fluidbook.css b/style/fluidbook.css index a19591c5..59a75272 100644 --- a/style/fluidbook.css +++ b/style/fluidbook.css @@ -637,7 +637,6 @@ header.hidden, width: 100%; height: 100%; display: block; - border-radius: 5px; background-color: rgba(0, 0, 0, 0.01); } #links .nonlinkarea { diff --git a/style/fluidbook.less b/style/fluidbook.less index c34cfb62..9794ac83 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -732,7 +732,6 @@ footer.hidden, header.hidden, #interface.hidden { width: 100%; height: 100%; display: block; - border-radius: 5px; background-color: rgba(0, 0, 0, 0.01); }