1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-21 03:39:43 +00:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>>;