From 0399e62c0f5477aeed7617d224536fdcd7761f9f Mon Sep 17 00:00:00 2001 From: lichenblankie Date: Fri, 5 Jun 2026 04:34:42 +0000 Subject: [PATCH] fix moderation inputs: add input:not([type]) selector for unstyled form fields --- themes/tinyweb-site.html | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/tinyweb-site.html b/themes/tinyweb-site.html index a07bc34..f4d2f70 100644 --- a/themes/tinyweb-site.html +++ b/themes/tinyweb-site.html @@ -27,6 +27,7 @@ input[type="text"], input[type="url"], input[type="search"], + input:not([type]), textarea, select { border: 1px solid #ccc; padding: 8px 12px;