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;
|
min-height: 150px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
width: 290px;
|
width: 290px;
|
||||||
background: var(--material-background);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#zotero-title-bar {
|
#zotero-title-bar {
|
||||||
border-bottom: var(--material-panedivider);
|
border-bottom: var(--material-panedivider);
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@ $icons: (
|
||||||
|
|
||||||
#zotero-collections-tree {
|
#zotero-collections-tree {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
background: transparent;
|
||||||
|
|
||||||
.virtualized-table {
|
.virtualized-table {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
@ -71,4 +72,4 @@ $icons: (
|
||||||
min-width: 16px;
|
min-width: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
background: var(--material-background);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue