style.css 209 B

123456789
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. @-moz-document url-prefix(http://), url-prefix(https://) {
  3. input-text, input, textarea, select {
  4. background-color: #FFF;
  5. color: #000;
  6. }
  7. }