From c741c8c3b573f18873545d9b52d0dfc126039456 Mon Sep 17 00:00:00 2001 From: Build Bot Date: Sat, 11 Jul 2020 18:29:08 +0000 Subject: [PATCH] Automatic css build --- styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/styles.css b/styles.css index dc2f61e..0134dea 100644 --- a/styles.css +++ b/styles.css @@ -3616,6 +3616,15 @@ div.slider-1 { */ input, select, textarea, .textarea { border: 1px solid var(--input-border); } + input.undecorated, select.undecorated, textarea.undecorated, .textarea.undecorated { + border: none; + background: transparent; + resize: none; } + input:active.undecorated, input:focus.undecorated, select:active.undecorated, select:focus.undecorated, textarea:active.undecorated, textarea:focus.undecorated, .textarea:active.undecorated, .textarea:focus.undecorated { + -webkit-appearance: none; + appearance: none; + outline: none; + border-style: none; } progress { height: 20px;