itemPane.css (1019B)
1 /* Some distros have icons disabled by default at the OS level and 2 * mozilla is a respectful gent. 3 */ 4 #zotero-feed-item-addTo-button .button-icon { 5 display: block; 6 margin-right: 5px 7 } 8 9 /* Set to hidden in user-agent css for some reason. */ 10 #zotero-feed-item-addTo-button .menu-iconic-left { 11 visibility: visible; 12 } 13 14 #zotero-item-pane-content { 15 margin-right: 6px; 16 } 17 18 /* Make the item pane appear white (same colour as treeview), making the UI more consistent */ 19 #zotero-item-pane-content tab, #zotero-item-pane-content tabpanels { 20 background-color: -moz-Field; /* Same as background colour for treeview */ 21 } 22 23 /* Possibly irrelevant if mozilla fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1306425 */ 24 #zotero-view-tabbox tabs tab[visuallyselected=true] { 25 margin-top: 0px !important; /* Importanter than ./itemPane.css:20 */ 26 margin-bottom: -2px !important; /* Importanter than skin/itemPane.css:12 */ 27 } 28 #zotero-view-tabbox tabs tab { 29 margin-top: 2px !important; /* Importanter than skin/itemPane.css:11 */ 30 }