diff --git a/filed/static/paint.css b/filed/static/paint.css index a902f2b..84bf5b1 100644 --- a/filed/static/paint.css +++ b/filed/static/paint.css @@ -219,4 +219,15 @@ p { .footer td .btn { display: block; padding: 8px; +} + +input[type=text], +input[type=password], +input[type=email] { + background: var(--header-fg-color); + color: var(--header-color); + border: 0px solid transparent; + border-radius: 5px; + padding: 2px 4px; + outline: none; } \ No newline at end of file diff --git a/filed/templates/index.html b/filed/templates/index.html index 1aae454..d1e44c0 100644 --- a/filed/templates/index.html +++ b/filed/templates/index.html @@ -28,6 +28,13 @@ +

+ + + +