https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d00f579875653721524811c310bf63e8f42e8e2e authored by ffxbld on 08 May 2013, 04:38:53 UTC
Added FIREFOX_21_0_RELEASE FIREFOX_21_0_BUILD2 tag(s) for changeset 0a66f8ca83a1. DONTBUILD CLOSED TREE a=release
Tip revision: d00f579
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