MrEfendi

Untitled

Jul 18th, 2016
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.94 KB | None | 0 0
  1. .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
  2. background-color: #eee !important;
  3. border: none !important;
  4. width: 100% !important;
  5. -moz-border-radius: 0 !important;
  6. -webkit-border-radius: 0 !important;
  7. border-radius: 0 !important;
  8. font-size: 14px;
  9. color: #999 !important;
  10. padding: 16px !important;
  11. -moz-box-sizing: border-box;
  12. -webkit-box-sizing: border-box;
  13. box-sizing: border-box;
  14. }
  15. .wpcf7-submit {
  16. color: #2EA3F2 !important;
  17. margin: 8px auto 0;
  18. width: 100%;
  19. cursor: pointer;
  20. font-size: 20px;
  21. font-weight: 500;
  22. -moz-border-radius: 3px;
  23. -webkit-border-radius: 3px;
  24. border-radius: 3px;
  25. padding: 6px 20px;
  26. line-height: 1.7em;
  27. background: transparent;
  28. border: 2px solid;
  29. -webkit-font-smoothing: antialiased;
  30. -moz-osx-font-smoothing: grayscale;
  31. -moz-transition: all 0.2s;
  32. -webkit-transition: all 0.2s;
  33. transition: all 0.2s;
  34. }
  35. .wpcf7-submit:hover {
  36. background-color: #eee;
  37. border-color:#eee;
  38. padding: 6px 20px !important;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment