Files
atom/static/fuzzy-finder.css
2012-12-26 11:44:35 -08:00

15 lines
193 B
CSS

.fuzzy-finder {
z-index: 99;
}
.fuzzy-finder ol {
overflow: hidden;
margin-bottom: 5px;
-webkit-user-select: none;
cursor: default;
}
.fuzzy-finder ol:empty {
margin-bottom: 0;
}