2016-03-25 04:49:14 +00:00
|
|
|
/* Some distros have icons disabled by default at the OS level and
|
|
|
|
* mozilla is a respectful gent.
|
|
|
|
*/
|
|
|
|
#zotero-feed-item-addTo-button .button-icon {
|
|
|
|
display: block;
|
|
|
|
margin-right: 5px
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Set to hidden in user-agent css for some reason. */
|
|
|
|
#zotero-feed-item-addTo-button .menu-iconic-left {
|
|
|
|
visibility: visible;
|
2017-01-03 15:51:08 +00:00
|
|
|
}
|
|
|
|
|
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 */
|
|
|
|
}
|
|
|
|
|
2017-01-03 15:51:08 +00:00
|
|
|
/* 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] {
|
2017-01-03 15:51:08 +00:00
|
|
|
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 {
|
2017-01-03 15:51:08 +00:00
|
|
|
margin-top: 2px !important; /* Importanter than skin/itemPane.css:11 */
|
|
|
|
}
|