mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-03-01 01:20:49 +03:00
fix input style
This commit is contained in:
parent
94a3807353
commit
f2132c62e9
@ -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 New Issue
Block a user