diff --git a/.mozilla/firefox/dotfiles.profile/chrome/userContent.css b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css index 45ab48b..5767423 100644 --- a/.mozilla/firefox/dotfiles.profile/chrome/userContent.css +++ b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css @@ -86,7 +86,12 @@ } /* Hide buttons in the top-right */ - #masthead #end #buttons > :not(:nth-child(3)) { + #masthead #end #buttons > :nth-child(1) { + display: none !important; + } + + /* Hide voice search button */ + #voice-search-button { display: none !important; }