Use your own background image for the toolbars in Mozilla Thunderbird
by Sanju[ Edit ] 2010-02-12 16:36:19
Use your own background image for the toolbars in Mozilla Thunderbird
In addition to changing themes, you can personalize Thunderbird even more by using your own toolbar background image. Add the following code to your userChrome.css file:
/* Use a background image for the toolbars:
(Substitute your image file for background.gif) */
menubar, toolbox, toolbar, .tabbrowser-tabs {
background-image: url("background.gif") !important;
background-color: none !important;
}
It's easiest to place the image file in the same location as the userChrome.css file. The image can be of any image format supported by Thunderbird.