From 409e988c65456afceda3aa887a8a0af442083d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sat, 31 Jan 2015 13:47:43 +0100 Subject: [PATCH] Changed color on hover on the addseveralsongsthing --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index d1f6d0d7..a5b2e425 100755 --- a/static/style.css +++ b/static/style.css @@ -72,7 +72,7 @@ body{background:#000; margin:0; } #del,#add{float: right; font-weight: bold; margin-right: 20px; margin-top:0px; border-radius: 2px; } #del:hover{color:red;} #add{font-weight: normal; margin-right: 5%; margin-top: -36px;font-size: 30px;padding: 3px 45px; } -#add:hover{color:red;} +#add:hover{color:black;} #minus{display:none;}