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
+4
View File
@@ -257,6 +257,10 @@ a[data-role=button] {
color: inherit;
}
.noBackdropTransparency .detailPageSecondaryContainer {
background-color: #f2f2f2;
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #f8f8f8;
}