@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Launchy button remove space wasting drop-down (DM*) - David McRitchie  */
/* ===============  Style 13115, User 12592 ======================= */
/* David McRitchie,  2008-12-17, style created           */
 
/* eliminate the unwanted bottom dropdown on the Launchy toolbar button in Fx3*/
#launchy-toolbar-browser .toolbarbutton-menu-dropmarker{display:none!important}

/* moves right dropdown on Dom Inspector button to left, and moves it up a tad */
#tbtnInspect .toolbarbutton-menubutton-dropmarker {
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 4px -10px  !important;  }

/*   from  Dom Inspector  button   "Inspect GUL XUL Elements"  for Launchy button 
NodeName      nodeValue
id           launchy-toolbar-browser
type          menu
orient        vertical
class         launchy-toolbar  toolbarbutton-1  chromeclass-toolbar-additional
label         Launchy
tooltiptext   Launchy
*** */






