diff options
author | Christian Franke <nobody@nowhere.ws> | 2013-12-12 16:42:24 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2013-12-12 16:42:24 +0100 |
commit | 58135d49bfd435ea08713adee5f8179913bbae10 (patch) | |
tree | 2c0eeb6f1bc1bb596e9cf2204a15fbb804b50b79 /web/css/leaflet.search.css | |
parent | fb2bde41ac04ee93c4dd238dcb3e812ac2d15356 (diff) |
Add icons for search, loading screen
Diffstat (limited to 'web/css/leaflet.search.css')
-rw-r--r-- | web/css/leaflet.search.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/css/leaflet.search.css b/web/css/leaflet.search.css index 186e4cc..2ed417f 100644 --- a/web/css/leaflet.search.css +++ b/web/css/leaflet.search.css @@ -41,7 +41,7 @@ margin:3px 0 3px 3px; } .leaflet-control-search.search-load .search-input { - background: url('images/loader.gif') no-repeat center right #fff; + background: url('../images/loader.gif') no-repeat center right #fff; } .leaflet-control-search.search-load .search-cancel { visibility:hidden; @@ -53,7 +53,7 @@ position:absolute; right:22px; margin:3px 0; - background: url('images/search-icon.png') no-repeat 0 -46px; + background: url('../images/search-icon.png') no-repeat 0 -46px; text-decoration:none; filter: alpha(opacity=80); opacity: 0.8; @@ -77,11 +77,11 @@ float:left; width:26px; height:26px; - background: url('images/search-icon.png') no-repeat 2px 2px; + background: url('../images/search-icon.png') no-repeat 2px 2px; border-radius:4px; } .leaflet-control-search .search-button:hover { - background: url('images/search-icon.png') no-repeat 2px -22px; + background: url('../images/search-icon.png') no-repeat 2px -22px; } .leaflet-control-search .search-tooltip { position:absolute; |