File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ function refreshPopup(tabId) {
287
287
//TODO this is calling get action and then being used to call get Action
288
288
var origins = badger . getAllOriginsForTab ( tabId ) ;
289
289
if ( ! origins || origins . length === 0 ) {
290
- $ ( "#blockedResources" ) . html ( i18n . getMessage ( "popup_blocked" ) ) ;
290
+ $ ( "#blockedResources" ) . html ( '<h2 id="nothing-found">' + i18n . getMessage ( "popup_blocked" ) + '</h2>' ) ;
291
291
$ ( '#number_trackers' ) . text ( '0' ) ;
292
292
return ;
293
293
}
Original file line number Diff line number Diff line change @@ -160,7 +160,8 @@ left: 0;
160
160
color : # 505050 ;
161
161
font-size : 16px ;
162
162
}
163
- # privacyBadgerHeader h2 {
163
+
164
+ # privacyBadgerHeader h2 , h2 # nothing-found {
164
165
margin : 5px ;
165
166
padding-left : 5px ;
166
167
float : left;
You can’t perform that action at this time.
0 commit comments