Bring back default virtualized-table background color

This commit is contained in:
Abe Jellinek 2024-01-04 02:38:12 -08:00 committed by Dan Stillman
parent bdc5f71990
commit 87d344e5f8
3 changed files with 4 additions and 3 deletions

View file

@ -33,9 +33,8 @@
min-height: 150px;
height: 150px;
width: 290px;
background: var(--material-background);
}
#zotero-title-bar {
border-bottom: var(--material-panedivider);
}
}

View file

@ -17,6 +17,7 @@ $icons: (
#zotero-collections-tree {
width: 100%;
background: transparent;
.virtualized-table {
overflow-y: auto;
@ -71,4 +72,4 @@ $icons: (
min-width: 16px;
}
}
}
}

View file

@ -17,6 +17,7 @@
flex: 1;
overflow: hidden;
position: relative;
background: var(--material-background);
}
}