pulsar/static/file-finder.css

24 lines
357 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 ol:empty {
margin-bottom: 0;
}
.file-finder li.selected {
background-color: green;
}