开封利通水务前端

jquery.editable-select.css 729B

123456789101112131415161718192021222324252627282930313233343536
  1. input.editable-select {
  2. background: #FFF url(arrow-down.gif) right center no-repeat;
  3. border: 1px solid #CCC;
  4. padding: 2px 8px 2px 4px;
  5. }
  6. .editable-select-options {
  7. position: absolute;
  8. display: none;
  9. overflow: auto;
  10. margin: 0;
  11. padding: 0;
  12. background: #FFF;
  13. border: 1px solid #CCC;
  14. z-index: 10;
  15. }
  16. .editable-select-iframe {
  17. position: absolute;
  18. background: #FFF;
  19. z-index: 9;
  20. display: none;
  21. }
  22. .editable-select-options ul {
  23. margin: 0;
  24. padding: 0;
  25. z-index: 10;
  26. list-style: none;
  27. list-style-image: none;
  28. }
  29. .editable-select-options li {
  30. cursor: default;
  31. padding: 2px 4px;
  32. }
  33. .editable-select-options li.selected {
  34. background: blue;
  35. color:#fff;
  36. }