diff --git a/chrome/content/zotero/bindings/attachmentbox.xml b/chrome/content/zotero/bindings/attachmentbox.xml index 90159ae47..bff649662 100644 --- a/chrome/content/zotero/bindings/attachmentbox.xml +++ b/chrome/content/zotero/bindings/attachmentbox.xml @@ -201,7 +201,7 @@ urlField.onclick = function (event) { ZoteroPane_Local.loadURI(this.value, event) }; - urlField.className = 'text-link'; + urlField.className = 'zotero-text-link'; } else { urlField.className = ''; diff --git a/chrome/content/zotero/preferences/preferences.js b/chrome/content/zotero/preferences/preferences.js index e3f2d389f..ce9d8f767 100644 --- a/chrome/content/zotero/preferences/preferences.js +++ b/chrome/content/zotero/preferences/preferences.js @@ -821,7 +821,7 @@ function updatePDFToolsStatus() { else if (part.type == 'link') { var elem = document.createElement('label'); elem.setAttribute('value', part.text); - elem.setAttribute('class', 'text-link'); + elem.setAttribute('class', 'zotero-text-link'); for (var key in part.attributes) { elem.setAttribute(key, part.attributes[key]); @@ -851,7 +851,7 @@ function updatePDFToolsStatus() { else if (part.type == 'link') { var elem = document.createElement('label'); elem.setAttribute('value', part.text); - elem.setAttribute('class', 'text-link'); + elem.setAttribute('class', 'zotero-text-link'); for (var key in part.attributes) { elem.setAttribute(key, part.attributes[key]); diff --git a/chrome/content/zotero/preferences/preferences.xul b/chrome/content/zotero/preferences/preferences.xul index e03b0654c..aa0aba24c 100644 --- a/chrome/content/zotero/preferences/preferences.xul +++ b/chrome/content/zotero/preferences/preferences.xul @@ -28,6 +28,7 @@ + The following operations are for use only in rare, specific situations and should not be used for general troubleshooting. In many cases, resetting will cause additional problems. - See for more information. + See for more information. @@ -573,7 +574,7 @@ To add a new preference: &zotero.preferences.cite.wordProcessors.noWordProcessorPluginsInstalled; -