diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-10 12:55:51 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-10 12:55:51 +0100 |
commit | 7d57c4bfa201c12885b26b186ebac4b3028d570b (patch) | |
tree | 8846924c9fc64a541afd126ee635281e36b95fb8 | |
parent | 6ed63b65071981b2908a36da65053a3b6f99cc72 (diff) |
remove drop shadow on locating cancel button
-rw-r--r-- | www/css/fms.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index a7b7da5..d4cedc5 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -476,6 +476,11 @@ margin-right: 15px; } + #locating .ui-shadow { + -webkit-box-shadow: none; + box-shadow: none; + } + /* around screen */ #around-page div[data-role='content'] { position: static; |