53d1bca36f
- Tabs missing styling - Preferences: Notes font menulist dropmarker missing (left border still missing, could not find any CSS to help that out) - Preferences: Numberbox background gray For the tabs styling issue see https://bugzilla.mozilla.org/show_bug.cgi?id=1306425
21 lines
725 B
CSS
21 lines
725 B
CSS
/* 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;
|
|
}
|
|
|
|
/* Possibly irrelevant if mozilla fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1306425 */
|
|
#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 */
|
|
}
|
|
#zotero-view-tabbox tabs tab {
|
|
margin-top: 2px !important; /* Importanter than skin/itemPane.css:11 */
|
|
}
|