From 6ae98169e04498e7773781a5fc640212090db9cc Mon Sep 17 00:00:00 2001 From: poietic Date: Sat, 29 Nov 2014 08:20:17 -0800 Subject: [PATCH] box shadow for lightboxes --- app/assets/stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index a7502895..d08260c0 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -1991,6 +1991,7 @@ and it won't be important on password protected instances */ height: 434px; background-color: #e0e0e0; padding: 64px 124px 64px 124px; + box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.23), 10px 10px 10px rgba(0, 0, 0, 0.19) border-radius: 2px; } .lightboxContent h3 {