Add pixel background to modal images

th-downstream
Eugen Rochko 8 years ago
parent 557de8e24c
commit 550005f40d

@ -288,10 +288,14 @@
}
}
.transparent-background {
.transparent-background, .imageloader {
background: image-url('void.png');
}
.imageloader {
display: block;
}
.dropdown {
display: inline-block;
}

Loading…
Cancel
Save