From e5ba7612bc1b8da7677fdafe7d13cb62549eebd7 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 15 Jan 2017 15:19:53 -0500 Subject: [PATCH] About pane updates - Make version copyable - Include "What's new" link to changelog - Update some links and descriptions To-do: - Replace dev credits with a nice statement like in the Firefox About pane --- chrome/content/zotero/about.xul | 19 +++++++++++-------- chrome/locale/en-US/zotero/about.dtd | 1 + chrome/skin/default/zotero/about.css | 3 +++ 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/chrome/content/zotero/about.xul b/chrome/content/zotero/about.xul index 883bc7da52..5ee22c4f4b 100644 --- a/chrome/content/zotero/about.xul +++ b/chrome/content/zotero/about.xul @@ -18,17 +18,20 @@ diff --git a/chrome/locale/en-US/zotero/about.dtd b/chrome/locale/en-US/zotero/about.dtd index 6e8ee57334..f9caa9dd45 100644 --- a/chrome/locale/en-US/zotero/about.dtd +++ b/chrome/locale/en-US/zotero/about.dtd @@ -1,4 +1,5 @@ + diff --git a/chrome/skin/default/zotero/about.css b/chrome/skin/default/zotero/about.css index b68d972654..15712e42c0 100644 --- a/chrome/skin/default/zotero/about.css +++ b/chrome/skin/default/zotero/about.css @@ -21,6 +21,9 @@ dialog { color: gray; margin-bottom: 5px; + -moz-user-select: text; + -moz-user-focus: normal; + cursor: text; } .subhead