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 {