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:30:47 +0300
committerHamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com>2023-05-13 16:30:47 +0300
commitf2132c62e9318433e4a0823dcf42e7ca730cd6a6 (patch)
treef16413844f87aa9538fa07db709b9603ca9865b8
parent94a380735301765c25672d80f1fae6d587a0ed33 (diff)
fix input style
-rw-r--r--web/assets/css/custom.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css
index ab7f6bf6..bb6409d0 100644
--- a/web/assets/css/custom.css
+++ b/web/assets/css/custom.css
@@ -297,12 +297,12 @@ 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 {
+.ant-layout:not(.login) .ant-input:focus,
+.ant-layout:not(.login) .ant-input:hover,
+.ant-layout:not(.login) .ant-input-number:focus,
+.ant-layout:not(.login) .ant-input-number:hover,
+.ant-layout:not(.login) .ant-calendar-input:focus,
+.ant-layout:not(.login) .ant-calendar-input:hover {
background-color: rgba(0, 149, 111, 0.1);
}