Fixed placeholder color when dark mode is applied.
This commit is contained in:
parent
1fd2c94628
commit
76552b06f2
2 changed files with 9 additions and 1 deletions
|
|
@ -79,6 +79,14 @@ input.fsb-input {
|
|||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
input.fsb-input ::placeholder,
|
||||
input.fsb-input ::-ms-input-placeholder {
|
||||
color: #3e3e3e;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
button.fsb-button {
|
||||
box-sizing: border-box;
|
||||
background-color: #fff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue