mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Options menu on playlist elements
This commit is contained in:
@@ -1600,7 +1600,8 @@ nav ul li:hover, nav ul li.active {
|
||||
}
|
||||
|
||||
.vote-container{
|
||||
height:100%;
|
||||
height: 100%;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.vote-container:hover .list-image:after, .add-suggested:hover .list-suggested-image:after {
|
||||
@@ -1715,6 +1716,20 @@ nav ul li:hover, nav ul li.active {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.playlist-element .list-remove {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
margin-top: -32px;
|
||||
margin-left: 0px;
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
.playlist-element .list-remove a {
|
||||
color: white !important;
|
||||
margin-right: 0px !important;
|
||||
}
|
||||
|
||||
.list-song .card-action{
|
||||
border-top:none !important;
|
||||
background: transparent;
|
||||
@@ -1782,6 +1797,10 @@ nav ul li:hover, nav ul li.active {
|
||||
background: #484848;
|
||||
}
|
||||
|
||||
.context-menu-item.context-menu-disabled {
|
||||
background-color: #353535 !important;
|
||||
}
|
||||
|
||||
.close-settings{
|
||||
float: right;
|
||||
width: 73px;
|
||||
|
||||
Reference in New Issue
Block a user