From e1e5039111a55e91a6236903e883dd71a5720078 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 4 Jul 2019 07:24:10 -0400 Subject: [PATCH] Make retraction reasons in info pane selectable And prevent text cursor on other text --- chrome/skin/default/zotero/itemPane.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chrome/skin/default/zotero/itemPane.css b/chrome/skin/default/zotero/itemPane.css index 28e1eb103f..4c9ba33558 100644 --- a/chrome/skin/default/zotero/itemPane.css +++ b/chrome/skin/default/zotero/itemPane.css @@ -45,6 +45,10 @@ margin-left: 5px; } +#retraction-box { + cursor: default; +} + #retraction-header { display: flex; justify-content: space-between; @@ -60,6 +64,8 @@ padding: .5em 1.5em; margin-top: 0; margin-bottom: 1em; + cursor: text; + -moz-user-select: text; } #retraction-details dt {