mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-02-02 00:07:33 +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:
@@ -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>>;
|
||||
|
||||
Reference in New Issue
Block a user