disable full screen button in standalone (for now, until preview pane is implemented)
This commit is contained in:
parent
e71bed5297
commit
b43c6da675
2 changed files with 2 additions and 2 deletions
|
@ -394,7 +394,7 @@
|
|||
<label id="zotero-tb-sync-last-sync"/>
|
||||
</tooltip>
|
||||
</toolbarbutton>
|
||||
<toolbarseparator/>
|
||||
<toolbarseparator id="zotero-fullscreen-close-separator"/>
|
||||
<toolbarbutton id="zotero-tb-fullscreen" tooltiptext="&zotero.toolbar.fullscreen.tooltip;" oncommand="ZoteroPane.fullScreen();" class="zotero-tb-button"/>
|
||||
<toolbarbutton id="zotero-close-button" class="tabs-closebutton" oncommand="ZoteroPane.toggleDisplay()"/>
|
||||
</hbox>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#zotero-tb-item-from-page {
|
||||
#zotero-tb-item-from-page, #zotero-tb-fullscreen, #zotero-fullscreen-close-separator {
|
||||
display: none;
|
||||
}
|
Loading…
Reference in a new issue