summary refs log tree commit diff stats
path: root/tools/dochack
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dochack')
-rw-r--r--tools/dochack/dochack.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/dochack/dochack.nim b/tools/dochack/dochack.nim
index 83e81f1c0..3a663808d 100644
--- a/tools/dochack/dochack.nim
+++ b/tools/dochack/dochack.nim
@@ -360,6 +360,7 @@ proc copyToClipboard*() {.exportc.} =
           const button = document.createElement("button")
           button.value = e.textContent.replace('...', '') 
           button.classList.add("copyToClipBoardBtn")
+          button.style = "cursor: pointer"
     
           div.appendChild(preTag)
           div.appendChild(button)
@@ -396,4 +397,4 @@ proc copyToClipboard*() {.exportc.} =
     """
     .}
     
-copyToClipboard()
\ No newline at end of file
+copyToClipboard()