Fix tagsBox issues in a separate note window:
- Invisible auto-suggested tags - Oversized tag icon
This commit is contained in:
parent
697798b536
commit
b865ee8b65
2 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
|||
***** END LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
// Auto-suggester fails without this
|
||||
Components.utils.import("resource://gre/modules/Services.jsm");
|
||||
|
||||
var noteEditor;
|
||||
var notifierUnregisterID;
|
||||
var type;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://zotero/skin/zotero.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://zotero/skin/overlay.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://zotero/locale/zotero.dtd">
|
||||
|
||||
|
|
Loading…
Reference in a new issue