From cf19b82faaa988c2285f4d905ede4c3bdf577fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sat, 31 Jan 2015 12:51:47 +0100 Subject: [PATCH] Fixed success on skip class placing and hover on channels --- js/list.js | 4 ++-- static/style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/list.js b/js/list.js index eca6b83b..8fee0d47 100755 --- a/js/list.js +++ b/js/list.js @@ -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); } diff --git a/static/style.css b/static/style.css index 2fce60b3..c42a8d07 100755 --- a/static/style.css +++ b/static/style.css @@ -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);