diff options
Diffstat (limited to 'plugins/Mapstraction/OpenLayers/theme/default/ie6-style.css')
-rw-r--r-- | plugins/Mapstraction/OpenLayers/theme/default/ie6-style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/Mapstraction/OpenLayers/theme/default/ie6-style.css b/plugins/Mapstraction/OpenLayers/theme/default/ie6-style.css new file mode 100644 index 000000000..65f6b192c --- /dev/null +++ b/plugins/Mapstraction/OpenLayers/theme/default/ie6-style.css @@ -0,0 +1,7 @@ +.olControlZoomPanel div { + background-image: url(img/zoom-panel-NOALPHA.png); +} +.olControlPanPanel div { + background-image: url(img/pan-panel-NOALPHA.png); +} + |