Files
atom/static/file-finder.css
2011-12-29 16:43:22 -08:00

16 lines
225 B
CSS

.file-finder {
display: -webkit-box;
-webkit-box-orient: vertical;
background-color: #444;
color: #eee;
width: 100%;
}
.file-finder input {
width: 100%;
}
.file-finder li.selected {
background-color: green;
}