mirror of
https://github.com/booklore-app/booklore.git
synced 2026-02-18 00:17:53 +01:00
Remove transparency,
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user