mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
frontend: Add #search-operators link to search icon; Fixes #1369.
This commit is contained in:
parent
6f307ffd08
commit
522ac3ea4a
@ -1686,6 +1686,16 @@ nav a .no-style {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#searchbox a.search_icon {
|
||||
color: #ccc;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#searchbox a.search_icon:hover {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
background-color: #FCEA81;
|
||||
}
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
</div>
|
||||
<form id="searchbox_form" class="form-search navbar-search">
|
||||
<div id="search_arrows" class="input-append">
|
||||
<i class="icon-vector-search"></i>
|
||||
<a class="search_icon" href="#search-operators" data-toggle="modal"><i class="icon-vector-search"></i></a>
|
||||
<input class="search-query input-block-level" id="search_query" type="text" placeholder="{{ _('Search') }}"
|
||||
autocomplete="off" />
|
||||
{# Start the button off disabled since there is no active search #}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user