mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Add many songs, search category, stuff
This commit is contained in:
@@ -350,6 +350,14 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
margin: 15px 20px;
|
||||
}
|
||||
.result{height:100px;margin-left:40px;}
|
||||
.add-many{
|
||||
float:right;
|
||||
color:white;
|
||||
}
|
||||
.add-many:hover{
|
||||
color:orange;
|
||||
}
|
||||
.add-many i{ line-height: 36px !important;}
|
||||
#results{
|
||||
background-color: rgba(0,0,0,0.6);
|
||||
margin-top: -27px;
|
||||
@@ -359,6 +367,9 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
.result:hover {
|
||||
background-color: rgba(0,0,0,0.4);
|
||||
}
|
||||
.search-title{
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.list-remove{
|
||||
margin-top: 5px;
|
||||
@@ -377,7 +388,9 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
cursor: pointer;
|
||||
width:93%;
|
||||
}
|
||||
.result_info{margin-top:-36px;}
|
||||
.result_info{
|
||||
opacity:0.8;
|
||||
}
|
||||
|
||||
|
||||
/** settings **/
|
||||
|
||||
Reference in New Issue
Block a user