mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-10 20:09:57 +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:
parent
999f74ee86
commit
d73041245b
@ -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>>;
|
||||
|
Loading…
Reference in New Issue
Block a user