From e2d8f74823c7139ce1ccd0831876e361fcd6c419 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Sat, 3 Jan 2026 16:05:41 +0000 Subject: Adds motor control to frontend --- hsm-web/Client/src/App.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hsm-web/Client/src/App.vue') diff --git a/hsm-web/Client/src/App.vue b/hsm-web/Client/src/App.vue index a4c8338..4645034 100644 --- a/hsm-web/Client/src/App.vue +++ b/hsm-web/Client/src/App.vue @@ -54,7 +54,10 @@ button { padding: 0; } button:active { - background-color: #0a414b; + opacity: 0.5; +} +button:disabled { + opacity: 0.5; } input { background-color: transparent; -- cgit v1.2.1