Using hex color instead of rgba to support oldie.
This commit is contained in:
parent
9bdab60182
commit
93f46bf656
2
dist/leaflet.css
vendored
2
dist/leaflet.css
vendored
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user