fix: backdrop transparency (#19)
* fix: shows backdrop transparency * fix: changed `surface0` to `base` * M E R G E --------- Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
@@ -328,3 +328,8 @@ div[role=presentation].jstree-wholerow-clicked {
|
||||
.itemProgressBar.backgroundProgress .itemProgressBarForeground {
|
||||
background-color: var(--hover-background) !important;
|
||||
}
|
||||
|
||||
.detailPagePrimaryContainer,
|
||||
.backgroundContainer.withBackdrop {
|
||||
background-color: var(--main-background-transparent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user