mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-11 07:32:24 +01:00
31 lines
384 B
CSS
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;
|
|
} |