zotero/chrome/content/zotero-platform/unix/itemPane.css

23 lines
830 B
CSS
Raw Normal View History

/* Set to hidden in user-agent css for some reason. */
#zotero-feed-item-addTo-button .menu-iconic-left {
visibility: visible;
}
2020-11-03 16:29:51 +00:00
.zotero-item-pane-content {
2017-01-03 16:25:14 +00:00
margin-right: 6px;
}
/* Make the item pane appear white (same colour as treeview), making the UI more consistent */
2020-11-03 16:29:51 +00:00
.zotero-item-pane-content tab, .zotero-item-pane-content tabpanels {
2017-01-03 16:25:14 +00:00
background-color: -moz-Field; /* Same as background colour for treeview */
}
/* Possibly irrelevant if mozilla fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1306425 */
2020-11-03 16:29:51 +00:00
.zotero-view-tabbox tabs tab[visuallyselected=true] {
margin-top: 0px !important; /* Importanter than ./itemPane.css:20 */
margin-bottom: -2px !important; /* Importanter than skin/itemPane.css:12 */
}
2020-11-03 16:29:51 +00:00
.zotero-view-tabbox tabs tab {
margin-top: 2px !important; /* Importanter than skin/itemPane.css:11 */
}