From 60e28140ab08cf0c43a8a65cded1eb37bb71853d Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Thu, 6 Jun 2013 22:24:05 -0700 Subject: [PATCH] removed box-shadow when back-drop is on. --- UI/Content/base.less | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/Content/base.less b/UI/Content/base.less index 3ff7a2d46..162cbb588 100644 --- a/UI/Content/base.less +++ b/UI/Content/base.less @@ -27,6 +27,7 @@ .backdrop .page { background-color: transparent; + box-shadow: none; } html {