From 8216de011e46857d0455fface556d41275b927f5 Mon Sep 17 00:00:00 2001
From: Hamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com>
Date: Tue, 16 May 2023 03:40:06 +0430
Subject: [PATCH] fix login ui + input border style
---
web/assets/css/custom.css | 1 +
web/html/login.html | 14 ++++++++------
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css
index 8a958009..7773f36d 100644
--- a/web/assets/css/custom.css
+++ b/web/assets/css/custom.css
@@ -291,6 +291,7 @@ body {
.ant-card-dark .ant-calendar-picker-clear {
color: hsla(0,0%,100%,.65);
background-color: #193752;
+ border: 1px solid rgba(0, 65, 150, 0);
}
.ant-card-dark .ant-select-disabled .ant-select-selection {
diff --git a/web/html/login.html b/web/html/login.html
index c1b88449..b040b0fc 100644
--- a/web/html/login.html
+++ b/web/html/login.html
@@ -77,12 +77,14 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+