diff options
author | BuildTools <unconfigured@null.spigotmc.org> | 2016-12-06 18:04:05 +0100 |
---|---|---|
committer | BuildTools <unconfigured@null.spigotmc.org> | 2016-12-06 18:04:05 +0100 |
commit | 10ba0f1b863e97e5ecfa19e81fd9ba2a0425301a (patch) | |
tree | cb21d9d4dc12460ed88d8060ccdada5405a9d0cb | |
parent | 0e2ef2aa2495fa19d7cc7a25cceef58c572494ca (diff) |
remove box shadow from #search when full height
-rw-r--r-- | public/stylesheets/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |