summaryrefslogtreecommitdiff
path: root/web/css/leaflet.search.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/css/leaflet.search.css')
-rw-r--r--web/css/leaflet.search.css8
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;