From 79ac47b3cfc0e75f164047da757c3b9fe0f0c2b2 Mon Sep 17 00:00:00 2001 From: Jacob Philpott Date: Fri, 29 Mar 2024 05:59:36 +0300 Subject: [PATCH] sender css touchups --- serial/browser/sender.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/serial/browser/sender.css b/serial/browser/sender.css index 9da091b..e374479 100644 --- a/serial/browser/sender.css +++ b/serial/browser/sender.css @@ -168,10 +168,20 @@ select.control { } +input.control { + cursor: text; +} + +select.control { + cursor: pointer; +} + input#timestamps, input#colors, input#emojis { + cursor: pointer; + margin-right: 5px; outline: none;