From d252cbf63aac64eec26c9931646386bc921fe555 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Tue, 13 Aug 2024 11:23:41 -0400 Subject: [PATCH] Basic transmit layout --- src/dev.css | 11 +++++- src/index.html | 53 +++++++++++++++++++++---- src/main.css | 103 +++++++++++++++++++++++++++++++++++++++++++++++++ src/script.js | 11 ++++++ 4 files changed, 170 insertions(+), 8 deletions(-) diff --git a/src/dev.css b/src/dev.css index bd6213e..bb37579 100644 --- a/src/dev.css +++ b/src/dev.css @@ -1,3 +1,12 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; + +select:focus { + outline: none; + box-shadow: none; + } + input:focus { + outline: none; + box-shadow: none; + } \ No newline at end of file diff --git a/src/index.html b/src/index.html index 4a7e030..32b0cea 100644 --- a/src/index.html +++ b/src/index.html @@ -6,12 +6,6 @@ Web Serial Console -
@@ -60,7 +54,52 @@
-
+
+ + + + +
+
+

+
+ +
+ + + +