Adjust attribution colors for better visibility

(closes #4047)
This commit is contained in:
Bryan Housel
2017-06-16 16:57:51 -04:00
parent 0a2bdd9d22
commit a448ce0dfd

View File

@@ -2702,7 +2702,7 @@ img.tile-removing {
.base-layer-attribution,
.overlay-layer-attribution {
position: absolute;
color: #888;
color: #ccc;
font-size: 10px;
}
@@ -2718,6 +2718,15 @@ img.tile-removing {
content: '; ';
}
.attribution a,
.attribution a:visited {
color: #ccf;
}
.attribution a:hover {
color: #aaf;
}
.attribution .source-image {
height: 20px;
vertical-align: middle;
@@ -2725,7 +2734,7 @@ img.tile-removing {
}
.attribution span {
margin: 0 5px;
margin: 0 3px;
}