git ssb

0+

Grey the earthling / gkn.me.uk



Tree: e2e1756fc8ecc26a0e41297a72dfe40cd1ac9645

Files: e2e1756fc8ecc26a0e41297a72dfe40cd1ac9645 / content / weblog040.md

972 bytesRaw

title: > How to remove the borders from Firefox and Thunderbird's toolbars date: 2004-06-17 23:25 status: published tags: Firefox, Thunderbird, userchrome


<p>
<a href="http://quadrone.org/graphics/">Qute</a>, Firefox's old default theme (and Thunderbird's soon-to-be-retired default theme) doesn't have borders on its toolbars (at least in the latest Firefox version; see also <a href="http://quadrone.org/faq/">the Qute FAQ</a>). Winstripe, the new default theme, does. Personally, I prefer no-borders - it looks cleaner. </p>
<p>
The Qute FAQ provides some CSS that can be added to your <a href="http://www.google.co.uk/search?q=userchrome&btnI=I'm+Feeling+Lucky">userchrome.css file</a> to reinstate the borders. Based on this then, to remove Firefox and Thunderbird's toolbars' borders, add this to your userchrome.css file: </p>
<p>
<code>/ Remove toolbar borders / toolbar {border-top: none !important; border-bottom: none !important}</code>
</p>

Built with git-ssb-web