diff --git a/librewolf/chrome/userChrome.css b/librewolf/chrome/userChrome.css index 5874dac..770ce98 100644 --- a/librewolf/chrome/userChrome.css +++ b/librewolf/chrome/userChrome.css @@ -33,11 +33,16 @@ #back-button { display: none !important; } +*/ #forward-button { display: none !important; } -*/ + +#reload-button { + display: none !important; +} + /*#tracking-protection-icon-container { display: none !important; }*/ @@ -70,10 +75,12 @@ display: none !important; } +/* #PanelUI-button { display: none !important; } +*/ #nav-bar:not([tabs-hidden="true"]) { box-shadow: none !important; -} \ No newline at end of file +}