Tweak placeholder styles to also affect member search

pull/21833/head
J. Ryan Stinnett 2019-02-18 13:34:25 +00:00
parent 96f1538420
commit 98a3ecbcb5
1 changed files with 6 additions and 3 deletions

View File

@ -286,9 +286,12 @@ $panel-gradient: rgba(242, 245, 248, 0), rgba(242, 245, 248, 1);
flex: 1;
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;
}
}