added better placeholder text

This commit is contained in:
dcore94 2022-07-19 09:54:40 +02:00
parent 5e37584e38
commit 192327a7aa
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ class CCPExecutionForm extends HTMLElement{
</template>
<template id="EXECUTION_FORM_EMPTY_TEMPLATE">
<div name="execution_form">
<i style="padding:3rem">Select a method</i>
<i style="padding:3rem">Drop a method here!</i>
</div>
</template>
<div name="execution_form"></div>

View File

@ -102,7 +102,7 @@ class CCPMethodList extends HTMLElement{
</ul>
</template>
<div class="process_container">
<input name="search" type="text"/>
<input name="search" type="text" placeholder="Search ..."/>
<ul name="process_list"></ul>
</div>
</div>