From b2e6ff661bd3eddf3ad2832456709f2daee782fe Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Mon, 20 Oct 2014 14:22:26 -0700 Subject: [PATCH] Add box shadow to mobile nav components. --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 516c522..646851b 100644 --- a/style.css +++ b/style.css @@ -1406,6 +1406,7 @@ Site Header right: 0; max-height: 0; opacity: 0; + box-shadow: 0 4px 8px 1px rgba(0,0,0,0.4); filter: alpha(opacity=0); -webkit-transition: all .5s ease; -moz-transition: all .5s ease; @@ -2153,6 +2154,7 @@ Media Queries max-height: 9999px; opacity: 1; filter: alpha(opacity=100); + box-shadow: none; } .site-header .nav-primary,