Tweak placeholder styles to also affect member search
This commit is contained in:
parent
96f1538420
commit
98a3ecbcb5
1 changed files with 6 additions and 3 deletions
|
@ -286,9 +286,12 @@ $panel-gradient: rgba(242, 245, 248, 0), rgba(242, 245, 248, 1);
|
||||||
flex: 1;
|
flex: 1;
|
||||||
color: $primary-fg-color;
|
color: $primary-fg-color;
|
||||||
}
|
}
|
||||||
input::placeholder {
|
}
|
||||||
color: $roomsublist-label-fg-color;
|
|
||||||
}
|
:not(.mx_textinput):not(.mx_Field):not(.mx_no_textinput) > input[type=text]::placeholder,
|
||||||
|
:not(.mx_textinput):not(.mx_Field):not(.mx_no_textinput) > input[type=search]::placeholder,
|
||||||
|
.mx_textinput input::placeholder {
|
||||||
|
color: $roomsublist-label-fg-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue