Using hex color instead of rgba to support oldie.

This commit is contained in:
jacobtoye 2013-01-29 14:00:26 +13:00
parent 9bdab60182
commit 93f46bf656

2
dist/leaflet.css vendored
View File

@ -197,7 +197,7 @@
}
.leaflet-bar a {
background-color: #fff;
border-bottom: 1px solid rgba(0,0,0,0.2);
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;