mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 01:47:41 +00:00
Use FontAwesome gear for settings icon.
(imported from commit fbcfd7fb94d7df34fec5dc49ab7deb366e6cf4d9)
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
{# /stuff that gets visible in skinny mode #}
|
||||
<li class="dropdown" id="gear-menu">
|
||||
<a id="settings-dropdown" href="#" role="button" class="dropdown-toggle" data-toggle="dropdown">
|
||||
<span class="glyphicons cogwheel"><i></i></span><b class="caret"></b>
|
||||
<i class="icon-vector-cog"></i></span><b class="caret"></b>
|
||||
</a>
|
||||
<ul class="dropdown-menu pull-right" role="menu" aria-labelledby="settings-dropdown">
|
||||
<li title="Messages">
|
||||
|
||||
@@ -431,3 +431,4 @@ ul.icons li [class*=" icon-vector-"] {
|
||||
.icon-vector-edit:before { content: "\f044"; }
|
||||
.icon-vector-bullhorn:before { content: "\f0a1"; }
|
||||
.icon-vector-list:before { content: "\f03a"; }
|
||||
.icon-vector-cog:before { content: "\f013"; }
|
||||
|
||||
@@ -1006,9 +1006,9 @@ table.floating_recipient {
|
||||
}
|
||||
}
|
||||
|
||||
#settings-dropdown .glyphicons {
|
||||
margin-right: -10px;
|
||||
margin-bottom: 5px;
|
||||
#settings-dropdown {
|
||||
padding: 5px;
|
||||
font-size: 175%;
|
||||
}
|
||||
|
||||
#notifications-area {
|
||||
|
||||
Reference in New Issue
Block a user