Add pixel background to modal images

This commit is contained in:
Eugen Rochko 2017-01-28 04:04:09 +01:00
parent f4bc9620a9
commit 36c57ef8af

View file

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