style: force transparent background on iframe (#12987)

This commit is contained in:
Frédéric Péters 2016-08-29 18:09:46 +02:00
parent 0dc652709b
commit e866806dd3
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@
<script src="{% static "js/bijoe.js" %}"></script>
{{ form.media.css }}
{{ form.media.js }}
<style>.bijoe-button { display: none }</style>
<style>.bijoe-button { display: none }
html, body { background: transparent; }
</style>
</head>
<body>
<div id="data">