1
0
Fork 0
fgdata/webgui/widgets/map.html

31 lines
503 B
HTML
Raw Normal View History

<style>
.aircraft-marker-icon {
background-color: rgba(255, 255, 255, 0);
}
.aircraft-marker-icon path {
fill: #00ff00;
}
.aircraft-marker-popup .leaflet-popup-tip {
display: none;
}
.aircraft-marker-popup .leaflet-popup-content-wrapper {
background-color: rgba(255, 255, 255, 0.50);
}
.aircraft-marker-popup .leaflet-popup-content {
margin: 5px 5px;
}
.aircraft-marker {
float: left;
color: #00ff00;
text-shadow: 1px 1px #404040;
}
.aircraft-marker span {
padding-left: 0.5em;
}
</style>