Files
MarietjeDjango/marietje/marietje/static/css/custom.css
2019-04-08 18:09:14 +02:00

52 lines
769 B
CSS

.search-input {
width: 100%;
}
.control-icons {
min-width: 90px;
}
.song-info {
position: absolute;
padding: 8px;
background: silver;
white-space: nowrap;
z-index: 1;
}
#queue-time-header {
cursor: pointer;
}
footer {
text-align: center;
}
.marietjequeue {
color: #777777;
}
.marietjequeue-pre-start td {
border-bottom: 3px double #777777;
}
.block-button {
border-color: #cccccc;
color: #337ab7;
transition: 1s transform ease-in-out;
}
.currentsong{
border-bottom: 1px solid #DDDDDD;
}
tr.requested_song{
border-left: 1px solid #777777;
}
.table-header-style td, .table-header-style{
border-top: 3px solid #FFFFFF;
background-color: #f9f9f9;
border-bottom: 2px solid #777777;
}