From 10ba0f1b863e97e5ecfa19e81fd9ba2a0425301a Mon Sep 17 00:00:00 2001 From: BuildTools Date: Tue, 6 Dec 2016 18:04:05 +0100 Subject: remove box shadow from #search when full height --- public/stylesheets/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'public') diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index bf9ab43..e4d2e2e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -216,6 +216,7 @@ ul a { body.no-input #search { height: 100%; background-color: #ececec; + box-shadow: none; } body.no-input #search button { -- cgit v1.1