Skip to content

Instantly share code, notes, and snippets.

@fcsonline
Created December 2, 2016 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fcsonline/6124b4c3f4b399290828a6278a2e5160 to your computer and use it in GitHub Desktop.
Save fcsonline/6124b4c3f4b399290828a6278a2e5160 to your computer and use it in GitHub Desktop.
.selectable-list {
border: 1px solid #ddd;
}
.selectable-list li {
padding-bottom: 10px; /* margin to padding ;) */
}
.selectable-list .selected {
background-color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment