mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed success on skip class placing and hover on channels
This commit is contained in:
@@ -135,12 +135,12 @@ function skip(){
|
||||
data: "skip",
|
||||
success: function() {
|
||||
console.log("voted to skip song");
|
||||
$("#buttons").addClass("success");
|
||||
$("#search").addClass("success");
|
||||
updateList();
|
||||
},
|
||||
}).responseText);
|
||||
setTimeout(function(){
|
||||
$("#playlist").removeClass("success");
|
||||
$("#search").removeClass("success");
|
||||
},1500);
|
||||
}
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ body{background:#000; margin:0; }
|
||||
.bottom{bottom:10px;}
|
||||
#channels{width:40%; min-width: 300px; padding-top: 4%; font-size: 25px;}
|
||||
.channel{padding: 7px; display: inline-block; font-weight: bold; color: #C4C4C4 !important;font-size: 18px;}
|
||||
.channel:hover{color:#ed207f !important;}
|
||||
.channel:hover{color:grey !important;}
|
||||
.bgimage{
|
||||
background-size: 180%; background-repeat: no-repeat; background-position: center center; background-color: #000; /*background-image: url(bg5.jpg);*/
|
||||
-webkit-filter: blur(50px) brightness(0.8); -moz-filter:blur(50px) brightness(0.8); -ms-filter:blur(50px) brightness(0.8); -o-filter: blur(50px) brightness(0.8); filter: blur(50px) brightness(0.8);
|
||||
|
||||
Reference in New Issue
Block a user