mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Select all link when clicked
This commit is contained in:
parent
24d6532dac
commit
f0c2fb62df
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
<div class="input-group-prepend">
|
||||
<a href="@env.OnionUrl" class="input-group-text"><span class="input-group-addon"></span><img style="display:inline" src="~/img/icons/Onion_Color.svg" height="20" /></a>
|
||||
</div>
|
||||
<input class="form-control" type="text" style="font-size:0.75em;" value="@env.OnionUrl" readonly>
|
||||
<input class="form-control" onClick="this.select();" type="text" style="font-size:0.75em;" value="@env.OnionUrl" readonly>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue