Normalize appearance of input element with other type (#8517)

* Normalize appearance of input element with other type

* Add url type
This commit is contained in:
Leilei332
2024-08-21 18:15:41 +08:00
committed by GitHub
parent 999f74ee86
commit d73041245b

View File

@@ -224,6 +224,11 @@ dl dt {
textarea,
input[type=text],
input[type=search],
input[type=number],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=""],
input:not([type]) {
color: <<colour foreground>>;