https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9410736ee9cc0d5c93008c72269a91c6cd9be233 authored by Kai Engert on 13 June 2012, 15:42:39 UTC
backing out my previous commit 853ac25ddd18 which accidentally landed on this release branch, a=none
Tip revision: 9410736
css-required-style.css
input, textarea, select, button,
*:optional {
  visibility: hidden;
}

*:required {
  visibility: visible;
}

/* Override the default style. */
:invalid {
  box-shadow: none;
}
back to top