Electrolysis without tabs underlined
mercredi 8 avril 2015
Electrolysis has been re-enabled in Nightly. It brings lots of end-user benefits but it also brings a new style for tabs. I guess this underlining is to help users easily notice the difference with a non-Electrolysis build.
But you can easily disable that:
- Locate your profile
- Go into the chrome directory. You may need to create it if it doesn't exist.
- Create a userChrome.css file with the following content:
.tabbrowser-tab[remote] { text-decoration: none !important; }
- Restart your Nightly
- Enjoy!
Thanks Jonathan Kew for the tip.