From ea4573f8f31be647cc52f7dc32ab1537f209a246 Mon Sep 17 00:00:00 2001 From: blek Date: Sat, 30 Sep 2023 12:28:34 +1000 Subject: [PATCH] add the file name field --- filed/static/paint.css | 11 +++++++++++ filed/templates/index.html | 7 +++++++ 2 files changed, 18 insertions(+) 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 @@ +

+ + + +