Fixed success on skip class placing and hover on channels

This commit is contained in:
Kasper Rynning-Tønnesen
2015-01-31 12:51:47 +01:00
parent b68a5e00a7
commit cf19b82faa
2 changed files with 3 additions and 3 deletions

View File

@@ -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);
}

View File

@@ -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);