scott74

Gform Specifi

Oct 13th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.43 KB | None | 0 0
  1. ul #gform_fields_4, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  2. background-color: transparent;
  3. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  4. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  5. box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  6. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  7. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  8. box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  9. -webkit-transition: border linear .2s, box-shadow linear .2s;
  10. -moz-transition: border linear .2s, box-shadow linear .2s;
  11. -o-transition: border linear .2s, box-shadow linear .2s;
  12. transition: border linear .2s, box-shadow linear .2s;
  13. -webkit-transition: border linear .2s, box-shadow linear .2s;
  14. -moz-transition: border linear .2s, box-shadow linear .2s;
  15. -o-transition: border linear .2s, box-shadow linear .2s;
  16. transition: border linear .2s, box-shadow linear .2s;
  17. background: url('http://res.cloudinary.com/ddla5nq2p/image/upload/v1380902256/opaqueback_menu_3margarias_udpxcq.png')repeat top left!important;
  18. border: 2px solid #867e73!important;
  19.   color:#ccc2b6!important;
  20.   padding:8px!important;
  21.   font-size:22px!important;
  22. width:98.5%!important;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment