From 33c24d9fe6881b7046cb4a04d9baf43768204797 Mon Sep 17 00:00:00 2001 From: Alexander Heinke Date: Sat, 21 Feb 2026 02:11:39 +0100 Subject: [PATCH] Add ShortSlow mode and update design --- src/public/index.html | 90 +++++++++++++++++++++++++++---------------- 1 file changed, 57 insertions(+), 33 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index 9fae01a..63b9c6b 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -56,50 +56,57 @@ } .icon-longfast { - background-color: #8c929e; + background-color: #009016; border-radius: 25px; - border: 1px solid white; + border: 1px solid #2C2D3C; } .icon-mediumfast { background-color: #326be7; border-radius: 25px; - border: 1px solid white; + border: 1px solid #2C2D3C; } + + .icon-shortslow { + background-color: #0077e6; + border-radius: 25px; + border: 1px solid #2C2D3C; + } + .icon-mqtt-connected { background-color: #2563eb; /* Change to use same color as disconnected // #16a34a; */ border-radius: 25px; - border: 1px solid white; + border: 1px solid #2C2D3C; } .icon-mqtt-disconnected { background-color: #2563eb; border-radius: 25px; - border: 1px solid white; + border: 1px solid #2C2D3C; } .icon-offline { - background-color: #dc2626; + background-color: #e2286c; border-radius: 25px; - border: 1px solid white; + border: 1px solid #2C2D3C; } .icon-position-history { background-color: #a855f7; border-radius: 25px; - border: 1px solid white; + border: 1px solid #2C2D3C; } .icon-traceroute-start { background-color: #16a34a; /* green */ border-radius: 25px; - border: 1px solid white; + border: 1px solid #2C2D3C; } .icon-traceroute-end { background-color: #dc2626; /* red */ border-radius: 25px; - border: 1px solid white; + border: 1px solid #2C2D3C; } .waypoint-label { @@ -169,7 +176,7 @@
-
+
@@ -183,8 +190,8 @@
-