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:
parent
b088ae8428
commit
90c971afa9
7 changed files with 23 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue