From b877edea4aff3d029d5f7006ccde6767530f0725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 20 Apr 2016 15:41:23 +0200 Subject: [PATCH] Border bottom on tabs --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 0654c3f4..a05c7146 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -666,7 +666,7 @@ hide mdi-action-visibility mdi-action-visibility-off .playlist-tabs, .playlist-tabs-loggedIn{ background-color:rgba(0,0,0,0) !important; width: calc(96% - -2px) !important; - border-top: 1px solid white; + border-bottom: 1px solid white; } .duration-song{