From 637b4666ff3f68f3e29ee8ecb302f119dee024cd Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 2 May 2015 11:34:11 +0200 Subject: [PATCH] Fixing shadows. SVG dummy images now get proper shadows. Formerly shadows were shown around the square box of the dummy images. But as we use images with rounded corners shadows look terrible around the boxes. Now they render properly. --- app/assets/stylesheets/my.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/my.scss b/app/assets/stylesheets/my.scss index 48a41bb..b6d0658 100644 --- a/app/assets/stylesheets/my.scss +++ b/app/assets/stylesheets/my.scss @@ -151,7 +151,7 @@ html, body { img { - box-shadow: 0 0 10px 0px #888888; + filter: drop-shadow( 0px 0px 5px #888888 ); } }