Refactor item details backdrop handling

This commit is contained in:
Bill Thornton
2024-01-19 15:27:35 -05:00
parent eff01b3d43
commit c5a29be2c6
10 changed files with 50 additions and 21 deletions
+6
View File
@@ -243,6 +243,12 @@ a[data-role=button] {
background: none;
}
.noBackdropTransparency .detailPageSecondaryContainer {
background: url(bg.jpg) center top no-repeat #033361;
background-size: cover;
background-attachment: fixed;
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #1c1c1c;
background: rgba(30, 30, 30, 0.9);