mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Soundcloud import now works, but not on private songs
This commit is contained in:
@@ -382,7 +382,7 @@ li.disabled span {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.import-spotify-auth, .import-youtube, .export-spotify-auth, .export-youtube, .exported-playlist, .import-zoff{
|
||||
.import-spotify-auth, .import-youtube, .export-spotify-auth, .export-youtube, .exported-playlist, .import-zoff, .import-soundcloud{
|
||||
color:white !important;
|
||||
height:40px !important;
|
||||
line-height: 40px !important;
|
||||
@@ -390,6 +390,18 @@ li.disabled span {
|
||||
width: 76%;
|
||||
}
|
||||
|
||||
.import-soundcloud, .import-soundcloud:active, .import-soundcloud:visited {
|
||||
background: #f96200;
|
||||
}
|
||||
|
||||
.import-soundcloud:hover {
|
||||
background: #f97f30;
|
||||
}
|
||||
|
||||
.soundcloud_logo {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.import-spotify-auth{
|
||||
padding-left:5px;
|
||||
}
|
||||
@@ -408,10 +420,6 @@ li.disabled span {
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
.spotify_authenticated{
|
||||
display: none;
|
||||
}
|
||||
|
||||
#chat-container{
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -727,6 +735,10 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.spotify_authenticated, .soundcloud_authenticated{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.field-settings{
|
||||
margin-left: 25px !important;
|
||||
color: rgb(68,68,68);
|
||||
@@ -739,6 +751,15 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.soundcloud_authenticated {
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.soundcloud-disclaimer {
|
||||
line-height: 20px;
|
||||
padding-right: 40px;
|
||||
}
|
||||
|
||||
.not-imported-container{
|
||||
display: block;
|
||||
height: 100% !important;
|
||||
@@ -765,7 +786,7 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([
|
||||
background-color: #ff9800 !important;
|
||||
}
|
||||
|
||||
#import, #import_spotify, #import_zoff{
|
||||
#import, #import_spotify, #import_zoff, #import_soundcloud{
|
||||
width: 65%;
|
||||
padding-left: 35px;
|
||||
color: rgb(68,68,68);
|
||||
@@ -774,7 +795,7 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
#import_zoff {
|
||||
#import_zoff, #listImportSoundCloud {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user