Files
atom/static/fuzzy-finder.css
2012-12-17 15:02:16 -08:00

15 lines
217 B
CSS

.fuzzy-finder ol {
overflow: hidden;
margin-bottom: 5px;
-webkit-user-select: none;
cursor: default;
}
.fuzzy-finder ol:empty {
margin-bottom: 0;
}
.fuzzy-finder li.selected {
background-color: green;
}