change textarea cursor
This commit is contained in:
@@ -28,7 +28,7 @@ func editFile(p filetree.Path) string {
|
|||||||
return fmt.Sprintf(`
|
return fmt.Sprintf(`
|
||||||
<form action="/submit/%s" method="post" style="width:100%%; height: 90%%">
|
<form action="/submit/%s" method="post" style="width:100%%; height: 90%%">
|
||||||
<table 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>
|
</table>
|
||||||
<button type="submit">Submit</button>
|
<button type="submit">Submit</button>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user