|
|
Use your own background image for the toolbars in Mozilla Thunderbird - Mail
|
Views : 530
|
|
Tagged in : Mail
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|