Put checkered background behind email branding

This will stop images which are white with a transparent background
being invisible in the admin app (and accidentally getting overwritten).
This commit is contained in:
Chris Hill-Scott
2018-03-19 13:11:32 +00:00
parent cd3910556c
commit 290424c4eb
2 changed files with 12 additions and 1 deletions

View File

@@ -98,7 +98,7 @@
{% endif %}
</legend>
{% for value, option, checked in field.iter_choices() %}
<div class="multiple-choice">
<div class="multiple-choice branding-radio">
<input
type="radio"
name="{{ field.name }}"