From 20611b677f24fe84591dcd95056152f4d256776b Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Mon, 13 Jan 2025 01:37:41 +0100 Subject: [PATCH] Add styling for multi-select lists This is a type of select box that doesn't appear like a button, but more like a textarea that lists options. It is not currently used, but added for completeness. --- app/styles/input.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/app/styles/input.css b/app/styles/input.css index 8b5f3ca2..e6b41c13 100644 --- a/app/styles/input.css +++ b/app/styles/input.css @@ -528,3 +528,30 @@ option { option:checked { background-color: var(--novnc-lightgrey); } +/* Change the look when the