deemix-webui/public/css/modules/track-preview.css

24 lines
347 B
CSS
Raw Normal View History

2020-04-25 11:01:30 +02:00
.preview_controls {
opacity: 0;
2020-04-26 17:34:33 +02:00
display: block;
2020-06-02 15:25:15 +02:00
background: rgba(0, 0, 0, 0.5);
2020-04-25 11:01:30 +02:00
width: 56px;
height: 56px;
text-align: center;
line-height: 56px;
2020-04-26 17:34:33 +02:00
position: absolute;
2020-04-25 11:01:30 +02:00
border-radius: 5px;
2020-04-26 17:34:33 +02:00
top: 0;
right: 0;
2020-04-25 11:01:30 +02:00
}
2020-06-02 15:25:15 +02:00
.preview_playlist_controls {
cursor: pointer;
2020-04-25 11:01:30 +02:00
}
a.single-cover {
2020-04-26 17:34:33 +02:00
position: relative;
display: inline-block;
color: white;
2020-04-25 11:01:30 +02:00
}