diff options
| author | Hamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com> | 2023-05-13 16:12:11 +0300 |
|---|---|---|
| committer | Hamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com> | 2023-05-13 16:12:11 +0300 |
| commit | 94a380735301765c25672d80f1fae6d587a0ed33 (patch) | |
| tree | e1d30d5b76e270aab91f931c398b5bfda347a158 /web/assets/css | |
| parent | 7cacfc074e0f768ec9663245db3bac6018de1a24 (diff) | |
fix input bg color in login page
Diffstat (limited to 'web/assets/css')
| -rw-r--r-- | web/assets/css/custom.css | 9 |
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; |
