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");