selectlist.css 367 B

1234567891011121314151617
  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 right 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;
  15. margin: 1px 0;
  16. }