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

Add theme colors for card placeholders

This commit is contained in:
MrTimscampi 2020-05-02 19:40:04 +02:00
parent b088ae8428
commit 90c971afa9
7 changed files with 23 additions and 4 deletions

View file

@ -212,6 +212,10 @@ button::-moz-focus-inner {
background-color: #242424;
}
.backdropCard .cardContent:not(.defaultCardBackground) {
background-color: transparent;
}
.visualCardBox .cardContent {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;