diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-09-27 15:46:57 +0200 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-10-05 14:40:46 +0200 |
commit | dc2c1362205ea90dae75872b316dc1d693c9a750 (patch) | |
tree | 34614638727e89a406f55aa3efaa72c808c602d0 /searx/templates | |
parent | 47d1caed61a00a3ef83ca1c121162e4f6638a4d5 (diff) | |
download | searxng-dc2c1362205ea90dae75872b316dc1d693c9a750.tar.gz searxng-dc2c1362205ea90dae75872b316dc1d693c9a750.zip |
oscar template: little style improvements
Diffstat (limited to 'searx/templates')
-rw-r--r-- | searx/templates/oscar/results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/results.html b/searx/templates/oscar/results.html index f4364ed48..91070777b 100644 --- a/searx/templates/oscar/results.html +++ b/searx/templates/oscar/results.html @@ -68,7 +68,7 @@ <form role="form">
<div class="form-group">
<label for="search_url">{{ _('Search URL') }}</label>
- <input type="url" class="form-control" name="search_url" value="{{ base_url }}?q={{ q|urlencode }}&pageno={{ pageno }}{% if selected_categories %}&category_{{ selected_categories|join("&category_") }}{% endif %}">
+ <input type="url" class="form-control select-all-on-click cursor-text" name="search_url" value="{{ base_url }}?q={{ q|urlencode }}&pageno={{ pageno }}{% if selected_categories %}&category_{{ selected_categories|join("&category_") }}{% endif %}" readonly>
</div>
</form>
|