feat: glassmorphism on poster cards
This commit is contained in:
parent
ed0cf7ac69
commit
e7d1382723
1 changed files with 8 additions and 0 deletions
|
@ -536,4 +536,12 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child {
|
|||
#skipIntro .emby-button:hover, #skipIntro .emby-button:focus {
|
||||
background-color: rgba(168,0,81,0.7);
|
||||
transform: 0.3s;
|
||||
}
|
||||
|
||||
/* --- Poster Cards --- */
|
||||
|
||||
.collapseContent, .formDialogFooter:not(.formDialogFooter-clear), .formDialogHeader:not(.formDialogHeader-clear), .paperList, .visualCardBox {
|
||||
background-color: transparent !important;
|
||||
backdrop-filter: blur(20px) brightness(80%) !important;
|
||||
-webkit-backdrop-filter: blur(20px) brightness(80%) !important;
|
||||
}
|
Loading…
Reference in a new issue