https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c4110db0c7454b2fb6e82d7a3d89d79658a4042d authored by ffxbld on 10 June 2014, 01:00:53 UTC
Added FIREFOX_24_6_0esr_RELEASE FIREFOX_24_6_0esr_BUILD2 tag(s) for changeset 0762576b4db9. DONTBUILD CLOSED TREE a=release
Tip revision: c4110db
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