diff --git a/app/assets/stylesheets/_settings.scss b/app/assets/stylesheets/_settings.scss index 50736bf..df8abd4 100644 --- a/app/assets/stylesheets/_settings.scss +++ b/app/assets/stylesheets/_settings.scss @@ -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; } }