Don't let Firefox hide our toolbars
This commit is contained in:
parent
c99a7d37f0
commit
54b2916f7e
2 changed files with 2 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
|||
onkeyup="ZoteroPane_Local.handleKeyUp(event, this.id)"
|
||||
chromedir="&locale.dir;">
|
||||
|
||||
<toolbar id="zotero-toolbar" class="toolbar">
|
||||
<toolbar id="zotero-toolbar" class="toolbar toolbar-primary">
|
||||
<hbox id="zotero-collections-toolbar" align="center">
|
||||
<toolbarbutton id="zotero-tb-collection-add" class="zotero-tb-button" tooltiptext="&zotero.toolbar.newCollection.label;" command="cmd_zotero_newCollection"/>
|
||||
<toolbarbutton id="zotero-tb-group-add" class="zotero-tb-button" tooltiptext="&zotero.toolbar.newGroup;" oncommand="ZoteroPane_Local.newGroup()"/>
|
||||
|
|
|
@ -522,4 +522,5 @@
|
|||
#zotero-toolbar
|
||||
{
|
||||
visibility: visible !important;
|
||||
display: block !important;
|
||||
}
|
Loading…
Add table
Reference in a new issue