zotero/chrome/content/zotero-platform/win/overlay.css
windingwind 347caaff4c Rename itemBox > infoBox
Following the discussion in #4114
2024-11-11 11:27:47 -05:00

31 lines
433 B
CSS

:root {
--theme-border-color: #cecece;
}
tree {
border-width: 0;
}
#zotero-tag-selector groupbox {
-moz-appearance: none;
padding: 0;
border: 0;
}
#tags-box {
padding-top: 0.1em;
padding-left: 0.05em;
}
/*
Default scrollbar displays up/down arrows even
when there is no overflow and the scrollbar is hidden
*/
.zotero-view-item {
scrollbar-width: thin;
}
.zotero-view-item > tabpanel > vbox {
padding-left: 5px;
}