From 7a48cbb191568ea95972f3d195c68710a23857f6 Mon Sep 17 00:00:00 2001 From: Hamidreza Ghavami Date: Mon, 8 May 2023 19:38:36 +0430 Subject: [PATCH] fix style login ui --- web/assets/css/custom.css | 9 +++++---- web/html/login.html | 3 --- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css index 728619e0..7cdfe711 100644 --- a/web/assets/css/custom.css +++ b/web/assets/css/custom.css @@ -198,12 +198,12 @@ body { .ant-card-dark:hover { border-color: #e8e8e8; - box-shadow: 0 1px 10px -1px rgb(154 175 238); + box-shadow: 0 1px 10px -1px rgb(76, 88, 126); } -.ant-card-bordered:hover { - /*box-shadow: 0 3px 12px -0.8px #0000005c;*/ -} +/* .ant-card-bordered:hover { + box-shadow: 0 3px 12px -0.8px #0000005c; +} */ .ant-card-dark .ant-table-thead th { color: hsla(0,0%,100%,.65); @@ -221,6 +221,7 @@ body { .ant-card-dark .ant-input-group-addon { color: hsla(0,0%,100%,.65); background-color: #262f3d; + border: 1px solid rgb(0 150 112 / 0%); } .ant-card-dark .ant-list-item-meta-title, diff --git a/web/html/login.html b/web/html/login.html index d6918d0b..ff68fce0 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -74,9 +74,6 @@ - - {{ i18n "login" }} -