Drop shadow added to images in details view

This commit is contained in:
Christoph Haas 2016-06-22 18:10:06 +02:00
parent 7914d09676
commit f2552736dc

View file

@ -768,7 +768,15 @@ html, body {
img
{
filter: drop-shadow( 0px 0px 5px #888888 );
box-shadow: 0px 0px 5px #000000;
}
}
.fancybox
{
img
{
box-shadow: 0px 0px 5px #000000;
}
}