Files
atom/static/file-finder.css
2012-03-15 17:18:26 -06:00

24 lines
361 B
CSS

.file-finder {
position: absolute;
width: 100%;
bottom: 0;
background-color: #444;
box-sizing: border-box;
color: #eee;
-webkit-box-shadow: 0 0 5px 5px #222;
padding: 5px;
}
.file-finder ol {
overflow: hidden;
margin-bottom: 5px;
}
.file-finder li.selected {
background-color: green;
}
.file-finder .editor .gutter {
display: none;
}