Guest User

Untitled

a guest
May 26th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1.  
  2.  
  3. .cell input[type="text"], .row input[type="password"] {
  4. background: #fff;
  5. border: solid 1px #666;
  6. -webkit-border-radius: 5px;
  7. -moz-border-radius: 5px;
  8. border-radius: 5px;
  9. width: 250px;
  10. height: 25px;
  11. text-align: left;
  12.  
  13. font-family: Tahoma;
  14. font-weight: normal;
  15. font-size: 13px;
  16. color: #333;
  17. padding-left: 10px;
  18. }
Add Comment
Please, Sign In to add comment