From 40ec1142bd68069d69d195a213b5f3813bf65af8 Mon Sep 17 00:00:00 2001 From: bechi Date: Fri, 23 Jan 2015 17:28:15 -0300 Subject: [PATCH] remove shadow for mobile --- css/src/mobile.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/src/mobile.css b/css/src/mobile.css index 8d3fad6d3..e6ca4b22a 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -370,6 +370,8 @@ .dr-notification { width: 100%; border-radius: 0; + box-shadow: none; + border-bottom: 2px solid #E4E8EC; } .dr-notification-container {