https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d6d505ce4fdc06cfc59b0d0b4c2bcbb56632aac7 authored by ffxbld on 21 April 2014, 23:00:33 UTC
Added FIREFOX_24_5_0esr_RELEASE FIREFOX_24_5_0esr_BUILD1 tag(s) for changeset 1c35a9dca8a0. DONTBUILD CLOSED TREE a=release
Tip revision: d6d505c
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