textbox.yml
search-input
A search input.
Selectors:
- .uiSearchInput
common-inputtext
All text input boxes in the page.
I believe they should all be styled black... We can fix the surrounding colors later.
Selectors:
- .inputtext
- .textInput
common-mentions-input
A textarea that supports mentioning names and hashtags. The names are highlighted.
They, too, need special treatment.
Selectors:
- .uiMentionsInput
common-mentions-input--typeahead
The typeahead zone for this mentions input. We need to strip off their background color.
Selectors:
- .uiMentionsInput .mentionsTypeahead
common-mentions-input--textarea
The textarea for this mentions input. We too need to strip off their background color.
Selectors:
- .uiMentionsInput .mentionsTypeahead .mentionsTextarea
common-mentions-input--highlight
A highlighted item.
Selectors:
- .uiMentionsInput .highlighter b
common-placeholder
The placeholder controls.
Selectors:
- .DOMControl_placeholder