vendor/assets/stylesheets/leaflet.css.erb in leaflet-rails-1.9.2 vs vendor/assets/stylesheets/leaflet.css.erb in leaflet-rails-1.9.3
- old
+ new
@@ -443,15 +443,13 @@
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
white-space: nowrap;
- overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
-
- background: #fff;
- background: rgba(255, 255, 255, 0.5);
+ background: rgba(255, 255, 255, 0.8);
+ text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;