fix input bg color in login page

This commit is contained in:
Hamidreza Ghavami
2023-05-13 17:42:11 +04:30
parent 7cacfc074e
commit 94a3807353
3 changed files with 11 additions and 2 deletions
+9
View File
@@ -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;