|
@@ -250,7 +250,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
|
|
/* visual tweaks */
|
|
|
|
|
|
.leaflet-container {
|
|
|
- background: #ddd;
|
|
|
+ background: #fff;
|
|
|
outline: 0;
|
|
|
}
|
|
|
.leaflet-container a {
|
|
@@ -503,8 +503,8 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
|
|
}
|
|
|
.leaflet-popup-content-wrapper,
|
|
|
.leaflet-popup-tip {
|
|
|
- background: white;
|
|
|
- color: #333;
|
|
|
+ background: rgba(20, 111, 190, 0.9);
|
|
|
+ color: #fff;
|
|
|
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
|
|
|
}
|
|
|
.leaflet-container a.leaflet-popup-close-button {
|
|
@@ -517,7 +517,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
|
|
width: 18px;
|
|
|
height: 14px;
|
|
|
font: 16px/14px Tahoma, Verdana, sans-serif;
|
|
|
- color: #c3c3c3;
|
|
|
+ color: #fff;
|
|
|
text-decoration: none;
|
|
|
font-weight: bold;
|
|
|
background: transparent;
|
|
@@ -569,7 +569,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
|
|
background-color: #fff;
|
|
|
border: 1px solid #fff;
|
|
|
border-radius: 3px;
|
|
|
- color: #222;
|
|
|
+ color: #fff;
|
|
|
white-space: nowrap;
|
|
|
-webkit-user-select: none;
|
|
|
-moz-user-select: none;
|