From 8b8ceca31306bbf854416b7d5b283e63b04cad26 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; }