/* developed from original http://userstyles.org/styles/14037 (much thanx), 
only minor changes made from original, 
key upgrade, high quality image for back button, 
FOR Chromifox Basic Theme
 *************************************************
 * --- Jan 22  2009 --- From BARBIE -----------  *
 * TITLE: Back/Forward Buttons Smaller Any Size  *
 *************************************************
*/

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);




#forward-button .toolbarbutton-icon
{
height: 29px !important;
min-width: 29px !important;
max-width: 29px !important;

}

#forward-button[disabled="true"] .toolbarbutton-icon 
{
height: 29px !important;
min-width: 29px !important;
max-width: 29px !important;
}

/******************************************************************/

#back-button 
{
list-style-image: url("http://i54.tinypic.com/10fp2lf.png") !important;
height: 32px !important;
min-width: 32px !important;
max-width: 32px !important;

}

#back-button:hover {list-style-image: url("http://i53.tinypic.com/iqhavr.png") !important;
}


#back-button[disabled="true"] {list-style-image: url("http://i51.tinypic.com/2niuuea.png") !important;
height: 32px !important;
min-width: 32px !important;
max-width: 32px !important;
}



/*************************************************************/


