diff --git a/webgui/map/images/followAircraft.svg b/webgui/map/images/followAircraft.svg new file mode 100644 index 000000000..c3540fe92 --- /dev/null +++ b/webgui/map/images/followAircraft.svg @@ -0,0 +1,8 @@ + + + + diff --git a/webgui/map/index.html b/webgui/map/index.html index edc1d2bb4..610f047e6 100644 --- a/webgui/map/index.html +++ b/webgui/map/index.html @@ -37,6 +37,15 @@ html,body,#map { margin: 0 0 5px; color: #777; } + +.followAircraft { + background: white; + background: rgba(255, 255, 255, 0.8); + box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); + border-radius: 5px; + width: 40px; + height: 40px; +}