IE9 popup styling fixes
This commit is contained in:
parent
66af760a22
commit
fc3a59ff10
4
dist/leaflet.css
vendored
4
dist/leaflet.css
vendored
@ -90,6 +90,9 @@
|
||||
-webkit-transform: rotate(45deg);
|
||||
-webkit-transform-origin: 0 0;
|
||||
|
||||
-ms-transform: rotate(45deg);
|
||||
-ms-transform-origin: 0 0;
|
||||
|
||||
margin-top: -12px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
@ -113,6 +116,7 @@
|
||||
}
|
||||
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
|
||||
background: white;
|
||||
box-shadow: 0 1px 10px #888;
|
||||
-moz-box-shadow: 0 1px 10px #888;
|
||||
-webkit-box-shadow: 0 1px 14px #999;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user