Difference between revisions of "CSS Placeholder Contrast"
Jump to navigation
Jump to search
Line 37: | Line 37: | ||
<p>Low contrast not default placeholder</p> | <p>Low contrast not default placeholder</p> | ||
<input type="text" class="lowcontrast" placeholder="phone" /> | <input type="text" class="lowcontrast" placeholder="phone" /> | ||
+ | <p>Typical</p> | ||
<input type="text" class="typical" placeholder="phone" /> | <input type="text" class="typical" placeholder="phone" /> | ||
</body> | </body> |
Latest revision as of 13:11, 27 March 2019
The placeholder text below should be dark blue and has an opacity of 1.
The placeholder below has the default placeholder color set.
Low contrast not default placeholder
Typical