diff --git a/browser/extensions/presentation/content/PresentationDevicePrompt.jsm b/browser/extensions/presentation/content/PresentationDevicePrompt.jsm index 3ce7573d07a8..8146a2a8c8a7 100644 --- a/browser/extensions/presentation/content/PresentationDevicePrompt.jsm +++ b/browser/extensions/presentation/content/PresentationDevicePrompt.jsm @@ -126,7 +126,7 @@ PresentationPermissionPrompt.prototype = { notificationIcon.setAttribute("role", "button"); notificationIcon.setAttribute("tooltiptext", GetString("presentation.urlbar.tooltiptext")); - notificationIcon.style.filter = "url('chrome://global/skin/filters.svg#fill')"; + notificationIcon.style.setProperty("-moz-context-properties", "fill"); notificationIcon.style.fill = "currentcolor"; notificationIcon.style.opacity = "0.4"; notificationPopupBox.appendChild(notificationIcon); diff --git a/browser/extensions/presentation/skin/shared/link.svg b/browser/extensions/presentation/skin/shared/link.svg index fdfb9602d19e..28f81d855573 100644 --- a/browser/extensions/presentation/skin/shared/link.svg +++ b/browser/extensions/presentation/skin/shared/link.svg @@ -1,24 +1,11 @@ - - - - - - - - - - - - + + + + + + +