mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Added functionality to add songs from another channel
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user