mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
settings: Use icon to play notification sound.
This commit is contained in:
committed by
Tim Abbott
parent
2e5f860d41
commit
8636d82eba
@@ -160,7 +160,12 @@ h3 .fa-question-circle-o {
|
||||
#notification_sound,
|
||||
#play_notification_sound {
|
||||
display: inline;
|
||||
margin-right: 8px;
|
||||
margin-right: 4px;
|
||||
|
||||
i {
|
||||
font-size: 22px;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.attributions_title {
|
||||
|
@@ -75,9 +75,9 @@
|
||||
<option value="{{ this }}">{{ this }}</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
<a id="play_notification_sound">
|
||||
{{t "Play sound" }}
|
||||
</a>
|
||||
<span id="play_notification_sound">
|
||||
<i class="fa fa-play-circle" aria-label={{t "Play sound" }}></i>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="input-group">
|
||||
|
Reference in New Issue
Block a user