selectList.css 389 B

123456789101112131415161718
  1. .selectlist-list {
  2. list-style: none;
  3. margin: 0;
  4. padding: 0;
  5. }
  6. .selectlist-item {
  7. /* Icon from http://pinvoke.com/ */
  8. background: #fff url(cross-circle.png) no-repeat left center;
  9. border-left: solid 1px #eee;
  10. border-top: solid 1px #eee;
  11. border-right: solid 2px #ccc;
  12. border-bottom: solid 2px #ccc;
  13. cursor: pointer;
  14. padding: 0.2em 0.3em 0.2em 2em;
  15. margin: 1px 0;
  16. width:150px;
  17. }