en.javascript.info/2-ui/5-widgets/2-widgets-structure/3-selectable-list-component/solution.view/style.css
Ilya Kantor 87bf53d076 update
2014-11-16 01:40:20 +03:00

7 lines
No EOL
60 B
CSS
Executable file

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