From b16a6637e8bed7a16c36c4cdeb3205a9d419b5ce Mon Sep 17 00:00:00 2001 From: masterzagh <39348232+masterzagh@users.noreply.github.com> Date: Sun, 29 Dec 2024 20:23:32 +0000 Subject: [PATCH] fix css, version 2.0 --- css/common.css | 2 +- index.html | 2 +- manifest.json | 2 +- settings.html | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/css/common.css b/css/common.css index 06b1819..877597f 100644 --- a/css/common.css +++ b/css/common.css @@ -66,7 +66,7 @@ body{ font-size:17px; } -input[type="text"], input[type="password"]{ +.new-input{ display: block; width: 100%; background: #222; diff --git a/index.html b/index.html index 4fb1d5a..5d57ee8 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@