/* AiOS re-toolbarbuttonizer */
/* Makes all the All-in-One Sidebar buttons look toolbarbutton-ish 
 (cuz they don't by default). */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

.aios-tbutton, /* all AiOS-specific buttons */
#aios-toolbar > toolbarbutton, /* all buttons on AiOS toolbar */
#aios-toolbar > toolbarbutton[checked] {
  background: none !important;
  -moz-appearance: toolbarbutton !important; 
/* "button", for persistent button border */
  padding: 1px !important;
}

.aios-tbutton image { opacity: 0.76 !important; }
.aios-tbutton:hover image,
.aios-tbutton:active image, 
.aios-tbutton[checked="true"] image {
    opacity: 1 !important;
}