From 4ef1cd7480c3e921002de08bb8635dda6ddd9672 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 12 Apr 2023 22:35:17 +0000 Subject: [PATCH] fix input and select styling for new instance dialog Signed-off-by: Arthur Lu --- css/style.css | 2 +- scripts/index.js | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/css/style.css b/css/style.css index 7f37f10..d31a7a4 100644 --- a/css/style.css +++ b/css/style.css @@ -1,4 +1,4 @@ -h1, h2, h3, h3, h4, h5, h6, p, a, label, button { +h1, h2, h3, h3, h4, h5, h6, p, a, label, button, input, select { font-family: monospace; } diff --git a/scripts/index.js b/scripts/index.js index 10bfa0d..8b86890 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -73,33 +73,33 @@ async function handleInstanceAdd () { dialog.formBody = ` - - + - + - + - + - +

Container Options

- + - + - + - + - + - + `; let typeSelect = dialog.shadowRoot.querySelector("#type");