remove top border from .tab-background

This commit is contained in:
MrOtherGuy 2022-01-12 08:21:27 +02:00
parent fea6e47687
commit ec17a82ede

View file

@ -63,6 +63,7 @@ See the above repository for updates as well as full license text. */
.tab-background{
border-radius: 0 !important;
box-shadow: none !important;
border-top: 0 !important;
}
.tab-background:not([selected])[multiselected]{