https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b5cde499fb2dd7724b22b0733261d4db0bd660c2 authored by ffxbld on 28 October 2015, 20:37:59 UTC
Added FENNEC_42_0_RELEASE FENNEC_42_0_BUILD1 tag(s) for changeset a5bdd5907d99. DONTBUILD CLOSED TREE a=release
Tip revision: b5cde49
placeholder-style.css
textarea.placeholder,
input.placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Unfortunately, we can't style the <input> or <textarea> text so we can't
     set it to opacity: 0.54; which means we have to revert the style to
     something that doesn't include an opacity. */
  color: GrayText;
  opacity: 1.0;
}
back to top