validate.css 568 B

1234567891011121314151617181920
  1. /**
  2. * Copyright © Magento, Inc. All rights reserved.
  3. * See COPYING.txt for license details.
  4. */
  5. input.mage-error, textarea.mage-error, ul.mage-error, select.mage-error {
  6. background: none repeat scroll 0 0 #FAEBE7 !important;
  7. border: 1px dashed #EB340A !important;
  8. }
  9. div.mage-error {
  10. background: url("../images/validation_advice_bg.gif") no-repeat scroll 2px 1px transparent;
  11. clear: both;
  12. font-size: 0.95em;
  13. font-weight: bold;
  14. line-height: 1.25em;
  15. margin-top: 3px;
  16. min-height: 15px;
  17. padding-left: 17px;
  18. color: #DF280A;
  19. }