Added border and fixed width of tabs container

This commit is contained in:
Kasper Rynning-Tønnesen
2016-04-20 15:40:47 +02:00
parent b4c3395b0d
commit 663a25b52e

View File

@@ -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{