@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* ==UserStyle==
// @name         Tab: New Tab scrollbox arrow and All-tabs buttons.
// @author       Roblesolido
// @compatible   Firefox 4.0+
// @description	 This changes the image of arrows and all-tabs buttons.
// ==/UserStyle==*/

#alltabs-button,
.tabbrowser-arrowscrollbox .scrollbutton-up,
.tabbrowser-arrowscrollbox .scrollbutton-down
{
-moz-appearance: toolbarbutton !important;
margin: 0 2px !important;
}

#alltabs-button > .toolbarbutton-icon {
margin-left: 2px !important;
margin-right: 2px !important;
}

/*End*/