From b2798a8c8a29e60e13cd39f8b7e9926889a95138 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Tue, 30 May 2023 11:53:56 +0200 Subject: [PATCH] button mouseup --- api/public/css/stylesheet.css | 2 +- api/views/index.ejs | 30 +++++++++++++++++++++--------- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/api/public/css/stylesheet.css b/api/public/css/stylesheet.css index ecb9792f..f1433cb8 100644 --- a/api/public/css/stylesheet.css +++ b/api/public/css/stylesheet.css @@ -50,7 +50,7 @@ body { float: right; } -#button_stop { +#button_estop { background-color: red; color: white; } \ No newline at end of file diff --git a/api/views/index.ejs b/api/views/index.ejs index 092e67b2..b7cd8301 100644 --- a/api/views/index.ejs +++ b/api/views/index.ejs @@ -28,15 +28,16 @@

Controls

- - - - - - - - - + + + + + + + + + +
@@ -58,6 +59,12 @@