From 78baaa4d208490356a4aaf332c03873c10c4f99c Mon Sep 17 00:00:00 2001 From: Frans Bouma Date: Fri, 19 Feb 2016 10:36:52 +0100 Subject: [PATCH] Updated theme: shadow boxes are now more consistent. Alerts now have a slight shadow, looks better --- Themes/Default/Destination/css/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Themes/Default/Destination/css/theme.css b/Themes/Default/Destination/css/theme.css index 358470b..bca63dd 100644 --- a/Themes/Default/Destination/css/theme.css +++ b/Themes/Default/Destination/css/theme.css @@ -555,6 +555,7 @@ div.figure p { padding: 12px; line-height: 24px; margin-bottom: 24px; + box-shadow: 0px 0px 8px rgba(10,10,10,0.1); } .alert-title { @@ -701,7 +702,7 @@ div.figure p { position: relative; list-style: none; margin: 30px 0; - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.14); + box-shadow: 0px 0px 8px rgba(10,10,10,0.1); } .tab-wrap:hover {