Make the map attribution the same style as the checkbox

pull/3/head
Jelmer van der Linde 2017-09-16 12:12:18 +02:00
rodzic fde1d9e8ce
commit be2f36b57f
1 zmienionych plików z 16 dodań i 2 usunięć

Wyświetl plik

@ -22,10 +22,24 @@
#controls {
position: fixed;
bottom: 10px;
left: 10px;
bottom: 0;
left: 0;
z-index: 1000;
}
#seamap .leaflet-control-attribution,
#controls {
margin: 10px;
font-size: 12px;
color: #ccc;
background: none;
text-shadow: 0px 0px 2px black;
}
#seamap .leaflet-control-attribution a {
color: inherit;
text-decoration: underline;
}
</style>
</head>
<body>