From 663a25b52eee93ff8a5825d3b7d0617c9c352d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 20 Apr 2016 15:40:47 +0200 Subject: [PATCH] Added border and fixed width of tabs container --- static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 2e6318c4..0654c3f4 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -665,7 +665,8 @@ hide mdi-action-visibility mdi-action-visibility-off .playlist-tabs, .playlist-tabs-loggedIn{ background-color:rgba(0,0,0,0) !important; - width: 96% !important; + width: calc(96% - -2px) !important; + border-top: 1px solid white; } .duration-song{