Files
atom/static/file-finder.css
Corey Johnson & Nathan Sobo 03bc1f38a1 💩
2012-02-29 15:26:55 -08:00

22 lines
310 B
CSS

.file-finder {
display: -webkit-box;
-webkit-box-orient: vertical;
background-color: #444;
color: #eee;
width: 100%;
max-height: 200px;
}
.file-finder ol {
-webkit-box-flex: 1;
overflow: hidden;
}
.file-finder li.selected {
background-color: green;
}
.file-finder input {
width: 100%;
}