toodego: fix display of image file widget (#44553)

This commit is contained in:
Frédéric Péters 2020-06-29 21:23:56 +02:00
parent 03950dd141
commit 9de209f879
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ div.file-upload-widget {
&::before {
content: "";
background: url(img/photo-add.png) 50% 0px no-repeat;
box-sizing: content-box;
height: 40px;
}
}