Update placeholder styles
This commit is contained in:
parent
7da2c9bc2b
commit
5f23a29fad
1 changed files with 6 additions and 1 deletions
|
|
@ -23,6 +23,11 @@
|
|||
&:hover {
|
||||
background-color: var(--input-bound-bg-hover);
|
||||
}
|
||||
|
||||
&::placeholder {
|
||||
/* Chrome, Firefox, Opera, Safari 10.1+ */
|
||||
color: var(--text-tertiary) !important;
|
||||
}
|
||||
}
|
||||
|
||||
&.AlignRight {
|
||||
|
|
@ -43,7 +48,7 @@
|
|||
width: 0;
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
.Input::placeholder {
|
||||
/* Chrome, Firefox, Opera, Safari 10.1+ */
|
||||
color: var(--text-secondary) !important;
|
||||
opacity: 1; /* Firefox */
|
||||
|
|
|
|||
Loading…
Reference in a new issue