Philip Chee wrote:
On Fri, 18 Feb 2011 16:54:30 +0100, Jens Hatlak wrote:
[email protected] wrote:
now if i could just figure out how to get an icon back into my menu... :S

Right click a toolbar, choose Customize and drag the Sync button to the
toolbar. Should work in browser and MailNews windows.

I think he means class="menuitem-iconic" on the menu item (plus the
appropriate image).

Ah. Then this should do (we don't have class="menuitem-iconic" set on any of the menuitems which makes it a bit harder):

#sync-setup,
#sync-syncnowitem {
-moz-binding: url("chrome://global/content/bindings/menu.xml#menuitem-iconic"); list-style-image: url("chrome://communicator/skin/sync/sync-16.png") !important;
}
#sync-setup > hbox.menu-iconic-left,
#sync-syncnowitem > hbox.menu-iconic-left {
  -moz-appearance: menuimage;
  padding-top: 2px;
  display: -moz-box;
}

HTH

Jens

--
Jens Hatlak <http://jens.hatlak.de/>
SeaMonkey Trunk Tracker <http://smtt.blogspot.com/>
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to