dialog.css 297 B

1234567891011121314151617
  1. input[type="text"] {
  2. height: 30px;
  3. border: 1px solid #EEE;
  4. border-radius: 3px;
  5. padding: 0 5px;
  6. line-height: 2px;
  7. outline: none;
  8. }
  9. select {
  10. height: 30px;
  11. border: 1px solid #EEE;
  12. border-radius: 3px;
  13. padding: 0 5px;
  14. line-height: 2px;
  15. outline: none;
  16. }