mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-05-12 19:28:05 +00:00
fix input style
This commit is contained in:
parent
94a3807353
commit
f2132c62e9
1 changed files with 6 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue