Merge pull request #1313 from jacobtoye/control-design
IE fixes for new control styles.
This commit is contained in:
commit
b661c7bd44
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;
|
||||
|
6
dist/leaflet.ie.css
vendored
6
dist/leaflet.ie.css
vendored
@ -35,12 +35,6 @@
|
||||
.leaflet-control-layers {
|
||||
border: 3px solid #999;
|
||||
}
|
||||
.leaflet-control-zoom a {
|
||||
background-color: #eee;
|
||||
}
|
||||
.leaflet-control-zoom a:hover {
|
||||
background-color: #fff;
|
||||
}
|
||||
.leaflet-control-layers-toggle {
|
||||
}
|
||||
.leaflet-control-attribution,
|
||||
|
Loading…
Reference in New Issue
Block a user