diff --git a/src/public/index.html b/src/public/index.html index 49427e9..b0dda99 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -55,6 +55,17 @@ display: none; } + .icon-longfast { + background-color: #2563eb; + border-radius: 25px; + border: 1px solid white; + } + + .icon-mediumfast { + background-color: #4C83FE; + border-radius: 25px; + border: 1px solid white; + } .icon-mqtt-connected { background-color: #2563eb; /* Change to use same color as disconnected // #16a34a; */ border-radius: 25px; @@ -2719,6 +2730,16 @@ iconSize: [16, 16], // increase from 12px to 16px to make hover easier }); + var iconLongFast = L.divIcon({ + className: 'icon-longfast', + iconSize: [16, 16], // increase from 12px to 16px to make hover easier + }); + + var iconMediumFast = L.divIcon({ + className: 'icon-mediumfast', + iconSize: [16, 16], // increase from 12px to 16px to make hover easier + }); + var iconMqttDisconnected = L.divIcon({ className: 'icon-mqtt-disconnected', iconSize: [16, 16], // increase from 12px to 16px to make hover easier @@ -2742,8 +2763,8 @@ div.style.backgroundColor = 'white'; div.style.padding = '12px'; div.innerHTML = `