From 4ec28490083d6bc09814f64d88aa2863323c05ea Mon Sep 17 00:00:00 2001 From: Alex X Date: Tue, 25 Nov 2025 20:14:00 +0300 Subject: [PATCH] Fix WebUI for tuya source --- www/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/main.js b/www/main.js index c901f300..d5629178 100644 --- a/www/main.js +++ b/www/main.js @@ -58,7 +58,7 @@ document.head.innerHTML += ` gap: 10px; } - input[type="text"] { + input[type="text"], input[type="email"], input[type="password"], select { padding: 10px; border: 1px solid #ccc; border-radius: 4px;