diff --git a/htdocs/gfx/openwebrx-panel-map.png b/htdocs/gfx/openwebrx-panel-map.png new file mode 100644 index 0000000..36cb90e Binary files /dev/null and b/htdocs/gfx/openwebrx-panel-map.png differ diff --git a/htdocs/index.html b/htdocs/index.html index 90ac89c..07b219e 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -55,6 +55,7 @@

  • Status

  • Log

  • Receiver
  • +

  • Map
  • diff --git a/htdocs/openwebrx.css b/htdocs/openwebrx.css index 5624d79..9c6db0e 100644 --- a/htdocs/openwebrx.css +++ b/htdocs/openwebrx.css @@ -656,6 +656,11 @@ img.openwebrx-mirror-img cursor:pointer; } +#openwebrx-main-buttons a { + color: inherit; + text-decoration: inherit; +} + #openwebrx-main-buttons li:hover { background-color: rgba(255, 255, 255, 0.3);