Files
atom/static/select-list.css
2012-10-04 10:26:06 -10:00

9 lines
114 B
CSS

.select-list ol {
position: relative;
overflow-y: auto;
}
.select-list ol .selected {
background: green;
}