From 72e38f02a21a8ecd61303c7b04403dc8d577939d Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Mon, 8 Nov 2021 09:08:36 +0900 Subject: [PATCH] Fix: Icons - Mac's reload button --- userChrome.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/userChrome.css b/userChrome.css index df7b7b8..2528b33 100644 --- a/userChrome.css +++ b/userChrome.css @@ -4884,6 +4884,9 @@ #context-forward { --menuitem-image: url("chrome://browser/skin/forward.svg"); } + #context-reload { + --menuitem-image: url("./icons/reload.svg"); + } #context-stop { --menuitem-image: url("chrome://global/skin/icons/close.svg"); }