From 0a0e05458b9b7f615c9f6f1247ddf53a6c5d6459 Mon Sep 17 00:00:00 2001 From: kasperrt Date: Sat, 27 Dec 2014 16:17:24 +0100 Subject: [PATCH] style instead of JS --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style.css b/static/style.css index 90b1de59..b955437d 100755 --- a/static/style.css +++ b/static/style.css @@ -65,6 +65,8 @@ body{background:#000; margin:0; } #add{font-weight: normal; margin-right: 5%; margin-top: -36px;font-size: 30px;padding: 3px 45px; } #add:hover{color:red;} +#minus{display:none;} + #player{height: 68%; height: calc(87% - 213px); width: 60%; border-radius: 3px; /*box-shadow: 0 8px 11px -4px black;*/} #playlist{-webkit-transition: opacity 0.5s;transition: opacity 0.5s;} .nomargin{padding: 0;margin:0;}