|
|
Remove items from the main menu - Mozilla Thunderbird - Mail
|
Views : 250
|
|
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.
|
Remove items from the main menu - Mozilla Thunderbird
Some people like to place all their toolbar items on the same row as the menu. In order to save horizontal space, you can remove top menu items that you don't use. Add the following code to your userChrome.css file:
/* Remove the Go and Help menus
(These are just examples. Try changing "Go" to "Edit" or "Message") */
menu[label="Go"], menu[label="Help"] {
display: none !important;
}
|
|
By Sanju, On - 2010-02-12 |
|
|
|