Use your own background image for the toolbars in Mozilla Thunderbird - Mail Views : 530
Tagged in : Mail
0 0
Send mail
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.

By Sanju, On - 2010-02-12



    Login to add Comments .