We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d927e commit d09ad3bCopy full SHA for d09ad3b
styles/all/template/webpush_popup.html
@@ -5,7 +5,7 @@
5
<h3 class="wpn-popup-title">
6
<span>{{ lang('NOTIFY_WEBPUSH_POPUP_TITLE') }}</span>
7
<span class="fa-stack fa-lg">
8
- <i class="fa fa-circle fa-stack-2x"></i>
+ <i class="fa fa-comment fa-stack-2x"></i>
9
<i class="fa fa-bell fa-stack-1x fa-inverse"></i>
10
</span>
11
</h3>
styles/all/theme/phpbb_wpn.css
@@ -101,10 +101,14 @@
101
margin: 0 0 12px;
102
}
103
104
-.wpn-popup-title > span > i:first-child {
+.wpn-popup-title .fa-stack-2x {
105
color: #0066cc;
106
107
108
+.wpn-popup-title .fa-stack-1x {
109
+ top: -1px;
110
+}
111
+
112
.wpn-popup-message {
113
font-size: 14px;
114
line-height: 1.5;
0 commit comments