diff --git a/chrome/privatemode_indicator_as_menu_button.css b/chrome/privatemode_indicator_as_menu_button.css index 6ac7f17..78647a3 100644 --- a/chrome/privatemode_indicator_as_menu_button.css +++ b/chrome/privatemode_indicator_as_menu_button.css @@ -5,5 +5,5 @@ See the above repository for updates as well as full license text. */ .private-browsing-indicator{ display: none } :root[privatebrowsingmode="temporary"] #PanelUI-menu-button{ - list-style-image: url("chrome://browser/skin/indicator-private-browsing.svg") !important; + list-style-image: url("chrome://global/skin/icons/indicator-private-browsing.svg") !important; } \ No newline at end of file