diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-02 18:04:31 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-02 18:04:31 +0100 |
commit | af3725ce073311e7e6d0d39a6466b24cb747322c (patch) | |
tree | f29415fb856bdc6c41f7bc66fa1c38b5ee6ac45c | |
parent | 895d0671ef03f0d6af7cbf1fc4713c9533e0351a (diff) |
remove corners and drop shadow from relocate button
-rw-r--r-- | www/css/fms.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index 89d537a..a6f7dbe 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -354,9 +354,7 @@ width: 40px; padding: 5px; margin: 0px; - border-radius: 2px; background-color: rgba(248,248,248,0.8); - box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); } #locating p { |