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:
Diffstat (limited to 'web/assets/css/custom.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..bb6409d0 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%);
}
+.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);
+}
+
.ant-card-dark .ant-select-disabled .ant-select-selection {
border: 1px solid rgba(255, 255, 255, 0.2);
background-color: #242c3a;