Created
December 2, 2016 11:56
-
-
Save fcsonline/6124b4c3f4b399290828a6278a2e5160 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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