zotero/chrome/content/zotero-platform/win/overlay.css
2024-03-30 00:58:57 -04:00

39 lines
652 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;
}
.zotero-editpane-item-box > scrollbox, .zotero-view-item > tabpanel > vbox,
#zotero-editpane-tags > scrollbox, .zotero-editpane-related {
padding-top: 5px;
}
#zotero-editpane-tags > scrollbox {
padding-left: 5px;
}
/*
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;
}