leaflet.css (Leaflet-1.8.0) | : | leaflet.css (Leaflet-1.9.0) | ||
---|---|---|---|---|
skipping to change at line 419 | skipping to change at line 419 | |||
color: #333; | color: #333; | |||
line-height: 1.4; | line-height: 1.4; | |||
} | } | |||
.leaflet-control-attribution a { | .leaflet-control-attribution a { | |||
text-decoration: none; | text-decoration: none; | |||
} | } | |||
.leaflet-control-attribution a:hover, | .leaflet-control-attribution a:hover, | |||
.leaflet-control-attribution a:focus { | .leaflet-control-attribution a:focus { | |||
text-decoration: underline; | text-decoration: underline; | |||
} | } | |||
.leaflet-control-attribution svg { | .leaflet-attribution-flag { | |||
display: inline !important; | display: inline !important; | |||
vertical-align: baseline !important; | ||||
width: 1em; | ||||
height: 0.6669em; | ||||
} | } | |||
.leaflet-left .leaflet-control-scale { | .leaflet-left .leaflet-control-scale { | |||
margin-left: 5px; | margin-left: 5px; | |||
} | } | |||
.leaflet-bottom .leaflet-control-scale { | .leaflet-bottom .leaflet-control-scale { | |||
margin-bottom: 5px; | margin-bottom: 5px; | |||
} | } | |||
.leaflet-control-scale-line { | .leaflet-control-scale-line { | |||
border: 2px solid #777; | border: 2px solid #777; | |||
border-top: none; | border-top: none; | |||
skipping to change at line 532 | skipping to change at line 535 | |||
color: #757575; | color: #757575; | |||
text-decoration: none; | text-decoration: none; | |||
background: transparent; | background: transparent; | |||
} | } | |||
.leaflet-container a.leaflet-popup-close-button:hover, | .leaflet-container a.leaflet-popup-close-button:hover, | |||
.leaflet-container a.leaflet-popup-close-button:focus { | .leaflet-container a.leaflet-popup-close-button:focus { | |||
color: #585858; | color: #585858; | |||
} | } | |||
.leaflet-popup-scrolled { | .leaflet-popup-scrolled { | |||
overflow: auto; | overflow: auto; | |||
border-bottom: 1px solid #ddd; | ||||
border-top: 1px solid #ddd; | ||||
} | } | |||
.leaflet-oldie .leaflet-popup-content-wrapper { | .leaflet-oldie .leaflet-popup-content-wrapper { | |||
-ms-zoom: 1; | -ms-zoom: 1; | |||
} | } | |||
.leaflet-oldie .leaflet-popup-tip { | .leaflet-oldie .leaflet-popup-tip { | |||
width: 24px; | width: 24px; | |||
margin: 0 auto; | margin: 0 auto; | |||
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12 =0.70710678, M21=-0.70710678, M22=0.70710678)"; | -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12 =0.70710678, M21=-0.70710678, M22=0.70710678)"; | |||
skipping to change at line 645 | skipping to change at line 646 | |||
margin-left: -12px; | margin-left: -12px; | |||
border-right-color: #fff; | border-right-color: #fff; | |||
} | } | |||
/* Printing */ | /* Printing */ | |||
@media print { | @media print { | |||
/* Prevent printers from removing background-images of controls. */ | /* Prevent printers from removing background-images of controls. */ | |||
.leaflet-control { | .leaflet-control { | |||
-webkit-print-color-adjust: exact; | -webkit-print-color-adjust: exact; | |||
color-adjust: exact; | print-color-adjust: exact; | |||
} | } | |||
} | } | |||
End of changes. 4 change blocks. | ||||
4 lines changed or deleted | 5 lines changed or added |