mirror of https://github.com/zulip/zulip.git
Replace some of the skinny navbar glyphicons with vector icons.
(imported from commit c94a7fa3e0cd303933b2a3824e9f9526b891fa5d)
This commit is contained in:
parent
743ccda154
commit
d729cb49ce
|
@ -17,7 +17,7 @@
|
|||
<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 #}
|
||||
<button class="btn search_button" type="button" id="search_exit" disabled="disabled"><i class="icon-remove"></i></button>
|
||||
<button class="btn search_button" type="button" id="search_exit" disabled="disabled"><i class="icon-vector-remove"></i></button>
|
||||
</div>
|
||||
</form>
|
||||
</div>{# /searchbox #}
|
||||
|
@ -27,12 +27,12 @@
|
|||
{# stuff that gets visible in skinny mode #}
|
||||
<li class="visible-phone" title="New stream message">
|
||||
<a href="#" class="compose_stream_button">
|
||||
<i class="icon-bullhorn"></i>
|
||||
<i class="icon-vector-bullhorn"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li class="visible-phone" title="New private message">
|
||||
<a href="#" class="compose_private_button">
|
||||
<i class="icon-user"></i>
|
||||
<i class="icon-vector-user"></i>
|
||||
</a>
|
||||
</li>
|
||||
{# /stuff that gets visible in skinny mode #}
|
||||
|
|
|
@ -473,3 +473,4 @@ ul.icons li [class*=" icon-vector-"] {
|
|||
.icon-vector-envelope:before { content: "\f003"; }
|
||||
.icon-vector-tag:before { content: "\f02b"; }
|
||||
.icon-vector-question-sign:before { content: "\f059"; }
|
||||
.icon-vector-remove:before { content: "\f00d"; }
|
||||
|
|
Loading…
Reference in New Issue