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
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-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);
}