CP: search when selected or Ctrl+F

This commit is contained in:
cutls
2020-02-08 23:51:46 +09:00
parent 5d9327d3d3
commit 56fe5e6345
2 changed files with 109 additions and 99 deletions

View File

@@ -36,7 +36,7 @@
<textarea id="copy" style="top:-100px; position:fixed;"></textarea>
<canvas id="canvas" style="top:-100px; position:fixed;width:32px;height:32px" width="32" height="32"></canvas>
<div id="pageSrc" class="hide z-depth-5">
<input type="text" id="pageSrcInput">
<input type="text" id="pageSrcInput" placeholder="@@search@@">
<button class="btn waves-effect" onclick="doSrc('web')" title="@@webSrc@@"><i class="material-icons">open_in_browser</i></button>
<button class="btn waves-effect" onclick="doSrc('ts')" title="@@tsSrc@@"><i class="material-icons">chat</i></button>
</div>