placeholder-style.css (324B)
1 textarea.placeholder, 2 input.placeholder, 3 input::placeholder, 4 textarea::placeholder { 5 /* Unfortunately, we can't style the <input> or <textarea> text so we can't 6 set it to opacity: 0.54; which means we have to revert the style to 7 something that doesn't include an opacity. */ 8 color: GrayText; 9 opacity: 1.0; 10 }