Remove transparency,

This commit is contained in:
aditya.chandel
2025-01-23 15:54:25 -07:00
parent 3fba668013
commit 5f6f648e5d
2 changed files with 1 additions and 2 deletions

View File

@@ -117,7 +117,7 @@
</virtual-scroller>
</div>
<div class="book-browser-footer" *ngIf="selectedBooks.size > 0" [@slideInOut]>
<div class="book-browser-footer bg-[var(--card-background)] bg-opacity-10" *ngIf="selectedBooks.size > 0" [@slideInOut]>
<div class="flex justify-between gap-8">
<ng-container *ngIf="entityType$ | async as entityType">
<p-button *ngIf="entityType === EntityType.LIBRARY || entityType === EntityType.ALL_BOOKS"

View File

@@ -43,7 +43,6 @@
border-radius: 10px 10px 0 0;
border: 1px solid rgba(255, 255, 255, 0.5);
border-width: 1px 1px 0px 1px;
background-color: rgba(0, 0, 0, 0.5);
}
.topbar-items {