From 505e7213b590ac4b502cf6877ac267fda8643cce Mon Sep 17 00:00:00 2001 From: ygg2 Date: Wed, 24 Jul 2024 20:00:11 -0400 Subject: [PATCH] cross-browser standardization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • set base size for textareas • removed shiny safari select buttons if you want to change these, set a base style, don't just delete them --- webpage/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webpage/style.css b/webpage/style.css index 09b1927..17e7107 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -621,6 +621,7 @@ textarea { width: 3.5in; resize: none; height: 1.5in; + font-size: 1rem; } textarea:focus-visible { outline: 2px solid var(--focus); @@ -819,6 +820,7 @@ select{ border-color:var(--timestamp-color); margin: .02in .05in; box-shadow: 0px 0px .03in var(--black); + -webkit-appearance: none; } #logindiv { position: absolute;