1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-12-25 23:28:37 -06:00

chg: Remove lowercasing of shorturl from the CSS, fixes #35

This makes the behavior more uniform across different banned characters.
This commit is contained in:
Sayantan Santra 2024-11-03 01:17:53 -05:00
parent 201d0b319f
commit 8b8ceca313
Signed by: SinTan1729
GPG key ID: 0538DD402EA50898

View file

@ -57,10 +57,6 @@ input {
width: 65%; width: 65%;
} }
form input[name="shortUrl"] {
text-transform: lowercase;
}
form input[name="shortUrl"]::placeholder { form input[name="shortUrl"]::placeholder {
text-transform: none; text-transform: none;
} }