Border bottom on tabs

This commit is contained in:
Kasper Rynning-Tønnesen
2016-04-20 15:41:23 +02:00
parent 663a25b52e
commit b877edea4a

View File

@@ -666,7 +666,7 @@ hide mdi-action-visibility mdi-action-visibility-off
.playlist-tabs, .playlist-tabs-loggedIn{ .playlist-tabs, .playlist-tabs-loggedIn{
background-color:rgba(0,0,0,0) !important; background-color:rgba(0,0,0,0) !important;
width: calc(96% - -2px) !important; width: calc(96% - -2px) !important;
border-top: 1px solid white; border-bottom: 1px solid white;
} }
.duration-song{ .duration-song{