Bring back default virtualized-table background color
This commit is contained in:
parent
bdc5f71990
commit
87d344e5f8
3 changed files with 4 additions and 3 deletions
|
@ -33,9 +33,8 @@
|
|||
min-height: 150px;
|
||||
height: 150px;
|
||||
width: 290px;
|
||||
background: var(--material-background);
|
||||
}
|
||||
|
||||
#zotero-title-bar {
|
||||
border-bottom: var(--material-panedivider);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
flex: 1;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
background: var(--material-background);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue