Advertisement
Guest User

CSS Codes

a guest
Nov 11th, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1. .form-all input {
  2.  
  3. background: #969C62;
  4.  
  5. }
  6.  
  7. .form-header-group {
  8.  
  9. background: whiteSmoke;
  10.  
  11. border-bottom: 1px solid #CCC;
  12.  
  13. }
  14.  
  15.  
  16.  
  17. .form-subHeader {
  18.  
  19. border-top: 1px solid #CCC;
  20.  
  21. }
  22.  
  23. .form-all textarea{
  24.  
  25. background-color: white;
  26.  
  27. }
  28.  
  29. .form-line-active{
  30.  
  31. background:transparent;
  32.  
  33. }
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement