diff options
Diffstat (limited to '.config/firefox/chrome/userChrome.css')
-rw-r--r-- | .config/firefox/chrome/userChrome.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/firefox/chrome/userChrome.css b/.config/firefox/chrome/userChrome.css index dcf28fe..233a1ba 100644 --- a/.config/firefox/chrome/userChrome.css +++ b/.config/firefox/chrome/userChrome.css @@ -1,7 +1,9 @@ /* hide shit */ #alltabs-button, #appMenu-fxa-status2, -#appMenu-fxa-separator +#appMenu-fxa-separator, +#fullscreen-warning, +.findbar-highlight { display: none !important; } /* undo shit */ |