From 6eaa60131b40d32b09fcc703e9ebbfa43349abc8 Mon Sep 17 00:00:00 2001 From: chk Date: Mon, 23 Mar 2026 07:25:13 +0100 Subject: [PATCH] Styles --- public/app.js | 4 ++++ public/index.html | 6 ++---- public/style.css | 35 ++++++++++++++++++++++++----------- 3 files changed, 30 insertions(+), 15 deletions(-) diff --git a/public/app.js b/public/app.js index 9616462..e232a6c 100755 --- a/public/app.js +++ b/public/app.js @@ -122,6 +122,10 @@ function setupServiceButtons() { } catch(e) { console.error('Event log failed', e); } + + document.querySelectorAll("nav button").forEach(b => b.classList.remove("active")); + btn.classList.add("active"); + openService(svc); }; nav.appendChild(btn); diff --git a/public/index.html b/public/index.html index 9623e70..d1d024c 100755 --- a/public/index.html +++ b/public/index.html @@ -16,11 +16,9 @@
-

server.schooltech.ch - Service Portal

- - - + +