change textarea cursor

master v1.8
bel 2020-01-26 18:41:12 +00:00
parent b7f13bf33d
commit 563eb7bb61
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ func editFile(p filetree.Path) string {
return fmt.Sprintf(`
<form action="/submit/%s" method="post" style="width:100%%; height: 90%%">
<table style="width:100%%; height: 90%%">
<textarea name="content" style="width:100%%; min-height:90%%">%s</textarea>
<textarea name="content" style="width:100%%; min-height:90%%; cursor:crosshair;">%s</textarea>
</table>
<button type="submit">Submit</button>
</form>