mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
White text in find-form
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
{{/unless}}
|
||||
<div id="find_div" class="hide">
|
||||
<form id="find_form">
|
||||
<input type="text" name="find_value" placeholder="Find.." id="find_input" autocomplete="off" />
|
||||
<input type="text" name="find_value" placeholder="Find.." id="find_input" autocomplete="off" class="white-text" />
|
||||
<div class="num_of_found">
|
||||
<span id="num_found">0</span>/<span id="of_total_found">0</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user