parent
0a900bdd3b
commit
e891ed61dd
1 changed files with 9 additions and 2 deletions
|
@ -1207,7 +1207,9 @@ a.add-datalayer:hover,
|
||||||
.umap-popup-footer li.next:before {
|
.umap-popup-footer li.next:before {
|
||||||
background-position: -5px -77px;
|
background-position: -5px -77px;
|
||||||
}
|
}
|
||||||
|
.umap-popup a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
/* ************* */
|
/* ************* */
|
||||||
/* Marker's Icon */
|
/* Marker's Icon */
|
||||||
|
@ -1620,8 +1622,13 @@ a.add-datalayer:hover,
|
||||||
height: 36px;
|
height: 36px;
|
||||||
line-height: 34px;
|
line-height: 34px;
|
||||||
}
|
}
|
||||||
|
/* Links are blue by default */
|
||||||
.leaflet-container a {
|
.leaflet-container a {
|
||||||
color: #323737;
|
color: #0078a8;
|
||||||
|
}
|
||||||
|
/* But not in controls */
|
||||||
|
.leaflet-bar a {
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ****** */
|
/* ****** */
|
||||||
|
|
Loading…
Reference in a new issue