Skip to content

Commit 76d22be

Browse files
committed
Revert "Switch to a comment bubble"
This reverts commit d09ad3b.
1 parent d09ad3b commit 76d22be

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
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-comment fa-stack-2x"></i>
8+
<i class="fa fa-circle 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: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,10 @@
101101
margin: 0 0 12px;
102102
}
103103

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

108-
.wpn-popup-title .fa-stack-1x {
109-
top: -1px;
110-
}
111-
112108
.wpn-popup-message {
113109
font-size: 14px;
114110
line-height: 1.5;

0 commit comments

Comments
 (0)