summaryrefslogtreecommitdiffstats
path: root/askbot/skins/common/templates/widgets/search_bar.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/skins/common/templates/widgets/search_bar.html')
-rw-r--r--askbot/skins/common/templates/widgets/search_bar.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/askbot/skins/common/templates/widgets/search_bar.html b/askbot/skins/common/templates/widgets/search_bar.html
index d5a7859b..5efe3860 100644
--- a/askbot/skins/common/templates/widgets/search_bar.html
+++ b/askbot/skins/common/templates/widgets/search_bar.html
@@ -21,12 +21,8 @@
{% endif %}
{# class was searchInput #}
<input
- {% if query and request.user.is_authenticated() %}
- class="searchInputCancelableAuth"
- {% elif query %}
+ {% if query %}
class="searchInputCancelable"
- {% elif request.user.is_authenticated() %}
- class="searchInputAuth"
{% else %}
class="searchInput"
{% endif %}