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:
parent
201d0b319f
commit
8b8ceca313
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue