Make developer-icon use new correct image path

This commit is contained in:
MrOtherGuy
2021-10-31 20:37:10 +02:00
parent 233d758f08
commit 1ae35459e1
2 changed files with 2 additions and 2 deletions

View File

@@ -20,5 +20,5 @@ See the above repository for updates as well as full license text. */
#view-menu{ background-image: url("chrome://devtools/skin/images/command-frames.svg") }
#history-menu{ background-image: url("chrome://browser/skin/history.svg") }
#bookmarksMenu{ background-image: url("chrome://browser/skin/bookmark.svg") }
#tools-menu{ background-image: url("chrome://browser/skin/developer.svg") }
#tools-menu{ background-image: url("chrome://global/skin/icons/developer.svg") }
#helpMenu{ background-image: url("chrome://global/skin/icons/help.svg") }