Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com>2023-05-13 16:12:11 +0300
committerHamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com>2023-05-13 16:12:11 +0300
commit94a380735301765c25672d80f1fae6d587a0ed33 (patch)
treee1d30d5b76e270aab91f931c398b5bfda347a158 /web/assets/css
parent7cacfc074e0f768ec9663245db3bac6018de1a24 (diff)
fix input bg color in login page
Diffstat (limited to 'web/assets/css')
-rw-r--r--web/assets/css/custom.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css
index 3d43f827..ab7f6bf6 100644
--- a/web/assets/css/custom.css
+++ b/web/assets/css/custom.css
@@ -297,6 +297,15 @@ body {
border: 1px solid rgb(0 150 112 / 0%);
}
+section:not(.login) .ant-input:focus,
+section:not(.login) .ant-input:hover,
+section:not(.login) .ant-input-number:focus,
+section:not(.login) .ant-input-number:hover,
+section:not(.login) .ant-calendar-input:focus,
+section:not(.login) .ant-calendar-input:hover {
+ background-color: rgba(0, 149, 111, 0.1);
+}
+
.ant-card-dark .ant-select-disabled .ant-select-selection {
border: 1px solid rgba(255, 255, 255, 0.2);
background-color: #242c3a;