fix input style

This commit is contained in:
Hamidreza Ghavami 2023-05-13 18:00:47 +04:30
parent 94a3807353
commit f2132c62e9
No known key found for this signature in database
GPG Key ID: 402C6797325182D9

View File

@ -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);
}