settings: Use icon to play notification sound.

This commit is contained in:
SiddharthVarshney
2020-06-11 09:05:33 +05:30
committed by Tim Abbott
parent 2e5f860d41
commit 8636d82eba
2 changed files with 9 additions and 4 deletions

View File

@@ -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 {

View File

@@ -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">