mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
fix textfield icon color
This commit is contained in:
parent
259ac676ff
commit
2c7f59dd2a
@ -236,13 +236,24 @@ textarea.ant-input {
|
||||
border-color: var(--owncast-purple);
|
||||
}
|
||||
}
|
||||
.ant-input-textarea-clear-icon,
|
||||
.ant-input-clear-icon {
|
||||
color: var(--white-55);
|
||||
}
|
||||
|
||||
textarea.ant-input {
|
||||
padding-right: 25px;
|
||||
}
|
||||
.ant-input-affix-wrapper {
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.ant-input-suffix,
|
||||
.ant-input-clear-icon,
|
||||
.ant-input-textarea-clear-icon,
|
||||
.ant-input-password-icon {
|
||||
color: var(--white-50);
|
||||
&:hover {
|
||||
color: var(--white);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ANT BUTTON
|
||||
.ant-btn {
|
||||
|
Loading…
x
Reference in New Issue
Block a user