zotero/chrome/content/zotero-platform/win/overlay.css

40 lines
652 B
CSS
Raw Normal View History

: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;
}
2020-11-03 16:29:51 +00:00
.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;
}
2020-11-03 16:29:51 +00:00
.zotero-view-item > tabpanel > vbox {
padding-left: 5px;
2023-03-23 17:35:36 +00:00
}