From d73041245b6910c6858a260476966e75901980bf Mon Sep 17 00:00:00 2001 From: Leilei332 Date: Wed, 21 Aug 2024 18:15:41 +0800 Subject: [PATCH] Normalize appearance of input element with other type (#8517) * Normalize appearance of input element with other type * Add url type --- themes/tiddlywiki/vanilla/base.tid | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index ea7bb59a1..4adf116b9 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -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: <>;