Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/admin.css2
-rw-r--r--templates/settings.admin.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/css/admin.css b/css/admin.css
index 1c5a7dd..1131506 100644
--- a/css/admin.css
+++ b/css/admin.css
@@ -1,5 +1,5 @@
-.hidden {
+.fnshidden {
display: none;
}
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index a2d5eb5..5d32d8b 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -31,7 +31,7 @@ Util::addStyle(Application::APP_NAME, 'admin');
<em>Select the app that will be used to index content and answer search queries.</em>
</div>
<div class="div-table-col">
- <select id="fns_platforms" class="hidden">
+ <select id="fns_platforms">
<option></option>
</select>
</div>
@@ -44,7 +44,7 @@ Util::addStyle(Application::APP_NAME, 'admin');
<em>Lower the value if the server is short on memory.</em>
</div>
<div class="div-table-col">
- <input type="text" class="hidden small" id="fns_chunk_size"/>
+ <input type="text" class="small" id="fns_chunk_size"/>
</div>
</div>