Added functionality to add songs from another channel

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-21 15:01:14 +01:00
parent 8d14b14c65
commit 859062204c
13 changed files with 230 additions and 34 deletions

View File

@@ -334,7 +334,7 @@ li.disabled span {
color: white !important;
}
.import-spotify-auth, .import-youtube, .export-spotify-auth, .export-youtube, .exported-playlist{
.import-spotify-auth, .import-youtube, .export-spotify-auth, .export-youtube, .exported-playlist, .import-zoff{
color:white !important;
height:40px !important;
line-height: 40px !important;
@@ -701,7 +701,7 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([
background-color: #ff9800 !important;
}
#import, #import_spotify{
#import, #import_spotify, #import_zoff{
width: 65%;
padding-left: 35px;
color: rgb(68,68,68);
@@ -710,6 +710,10 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([
height: 64px;
}
#import_zoff {
width: 100%;
}
#password{
width: 84%;
margin-left: 30px;
@@ -1194,6 +1198,14 @@ margin:-1px;
top:20px;
}
.zoff-image-import {
height: 36px;
}
.zoff-color {
background: #2d2d2d !important;
}
.side_away {
-webkit-transition: all .3s !important;
-moz-transition: all .3s !important;