diff options
| author | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-05-13 17:45:39 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-13 17:45:39 +0300 |
| commit | b5dd2580749865a4921a78f04161fa2b73d32595 (patch) | |
| tree | 18e3dbebf46736f98ed058f490bef3c8860be4bd /web/assets/css | |
| parent | c855a292cb1cdc80ef71e0861d77c04148e26afd (diff) | |
| parent | f2132c62e9318433e4a0823dcf42e7ca730cd6a6 (diff) | |
Merge pull request #426 from hamid-gh98/main
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..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; |
