Skip to content

Commit d09ad3b

Browse files
committed
Switch to a comment bubble
1 parent 27d927e commit d09ad3b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

styles/all/template/webpush_popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<h3 class="wpn-popup-title">
66
<span>{{ lang('NOTIFY_WEBPUSH_POPUP_TITLE') }}</span>
77
<span class="fa-stack fa-lg">
8-
<i class="fa fa-circle fa-stack-2x"></i>
8+
<i class="fa fa-comment fa-stack-2x"></i>
99
<i class="fa fa-bell fa-stack-1x fa-inverse"></i>
1010
</span>
1111
</h3>

styles/all/theme/phpbb_wpn.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,14 @@
101101
margin: 0 0 12px;
102102
}
103103

104-
.wpn-popup-title > span > i:first-child {
104+
.wpn-popup-title .fa-stack-2x {
105105
color: #0066cc;
106106
}
107107

108+
.wpn-popup-title .fa-stack-1x {
109+
top: -1px;
110+
}
111+
108112
.wpn-popup-message {
109113
font-size: 14px;
110114
line-height: 1.5;

0 commit comments

Comments
 (0)