Skip to content

Commit

Permalink
Normalize appearance of input element with other type (#8517)
Browse files Browse the repository at this point in the history
* Normalize appearance of input element with other type

* Add url type
  • Loading branch information
Leilei332 authored Aug 21, 2024
1 parent 999f74e commit d730412
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions themes/tiddlywiki/vanilla/base.tid
Original file line number Diff line number Diff line change
Expand Up @@ -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>>;
Expand Down

0 comments on commit d730412

Please sign in to comment.