Files
MarietjeDjango/marietje/marietje/static/css/custom.css
oslomp 585485b130 Visually separate regular and Marietje's queue
Original commit message:
Arrows and marietje part of queue updates
2019-01-16 17:58:58 +01:00

31 lines
384 B
CSS

.search-input {
width: 100%;
}
.control-icons {
min-width: 90px;
}
.song-info {
position: absolute;
padding: 8px;
background: silver;
white-space: nowrap;
z-index: 9999;
}
#queue-time-header {
cursor: pointer;
}
footer {
text-align: center;
}
.marietjequeue {
color: #777777;
}
.marietjequeue-start {
border-top: 4px double #777777;
}