From 600678183776b2f514f7550e3573e27f0c3b71f0 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Sun, 3 Nov 2024 01:17:53 -0500 Subject: [PATCH] chg: Remove lowercasing of shorturl from the CSS, fixes #35 This makes the behavior more uniform across different banned characters. --- resources/static/styles.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/static/styles.css b/resources/static/styles.css index fafd7c3..1a4550a 100644 --- a/resources/static/styles.css +++ b/resources/static/styles.css @@ -57,10 +57,6 @@ input { width: 65%; } -form input[name="shortUrl"] { - text-transform: lowercase; -} - form input[name="shortUrl"]::placeholder { text-transform: none; }