this is the code


SUBMITTED BY: Guest

DATE: June 17, 2013, 12:29 p.m.

FORMAT: Text only

SIZE: 479 Bytes

HITS: 1014

  1. #panel .guest_panel input.textbox {
  2. padding: 6px;
  3. font-size: 14px;
  4. background: #121212;
  5. border-color: #000000;
  6. color: #FFF;
  7. -webkit-border-radius: 4px;
  8. -moz-border-radius: 4px;
  9. border-radius: 4px;
  10. box-shadow: 1px 1px 5px #000000;
  11. }
  12. input.textbox {
  13. background: #000000;
  14. color: #cccccc;
  15. border: 1px solid #1d1d1d;
  16. padding: 2px;
  17. -webkit-border-radius: 3px;
  18. -moz-border-radius: 3px;
  19. border-radius: 3px;
  20. outline: none;
  21. }

comments powered by Disqus