Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. #book-a-meeting-generic .input-error,#book-a-meeting-general .input-error,#become-a-customer-business-form .input-error{
  2. border-color: #fbb273 !important;
  3. }
  4.  
  5. /* Placeholder solution for contact forms*/
  6. .book-a-meeting ::-webkit-input-placeholder{text-align:left;}
  7. .book-a-meeting input:-moz-placeholder{text-align:left;}
  8. .book-a-meeting :-ms-input-placeholder {text-align:left;}
  9.  
  10. .error_msg{
  11. background-color: #fbb273;
  12. display: block;
  13. padding: 10px 15px;
  14. margin: 15px 0px 0px 0px;
  15. color: #ffffff;
  16. font-size: 13px;
  17. position: relative;
  18. }
  19. .error_msg span{
  20. position: absolute;
  21. width: 12px;
  22. height: 12px;
  23. top: -11px;
  24. left: 11px;
  25. background:url('/~/media/Danske-Bank/gfx/triang-mini');
  26. }
  27.  
  28. /* Fix for invisble form receipts */
  29. .alert-box.success {
  30. background-color: #09b89d !important;
  31. }
  32.  
  33. .reveal-modal.full .modal-alert-inner {
  34. opacity: 1;
  35. z-index: auto;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement