@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* green bg for toolbar and palette items */
toolbarpaletteitem[place="toolbar"]:hover,
toolbarpaletteitem[place="palette"]:hover {
  background-color: #CCFFCC !important;
}
