Files
atom/static/file-finder.css
2011-12-28 15:42:18 -08:00

12 lines
168 B
CSS

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