1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix linting issue

This commit is contained in:
MrTimscampi 2020-05-02 19:51:34 +02:00
parent 90c971afa9
commit c42f931953

View file

@ -212,15 +212,15 @@ button::-moz-focus-inner {
background-color: #242424; background-color: #242424;
} }
.backdropCard .cardContent:not(.defaultCardBackground) {
background-color: transparent;
}
.visualCardBox .cardContent { .visualCardBox .cardContent {
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
} }
.backdropCard .cardContent:not(.defaultCardBackground) {
background-color: transparent;
}
.cardContent-shadow { .cardContent-shadow {
box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37); box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37);
} }