Fix invalid colors for collection tree in dialogs
This commit is contained in:
parent
7497226de2
commit
0734808774
1 changed files with 8 additions and 1 deletions
|
@ -17,7 +17,14 @@ $icons: (
|
||||||
|
|
||||||
#zotero-collections-tree {
|
#zotero-collections-tree {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
#main-window & {
|
||||||
|
// virtualized-table has a default background (--material-background)
|
||||||
|
// which is what we want in most places, including dialogs that include
|
||||||
|
// #zotero-collections-tree, however main window collection tree is an
|
||||||
|
// exception
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.virtualized-table {
|
.virtualized-table {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
Loading…
Reference in a new issue