en.javascript.info/2-ui/5-widgets/5-custom-events/2-selectable-list-evented/solution.view/style.css
2015-02-21 00:59:02 +03:00

7 lines
No EOL
60 B
CSS

.selected {
background: #0f0;
}
li {
cursor: pointer;
}