/*******************************************************************************
File: menu-v37.css
Date: Oct 17 2009
Author: Thayer Fox
Description: Replaces toolbar page load throbber with custom rotor image.  Also 
             replaces throbber on tabs with FF3.7 progress style tab images.
Revision History: rev1.11.24.08 - added FF3.7 style tab loading images.
********************************************************************************/
@import url("chrome://global/skin/");

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

toolbar #navigator-throbber { list-style-image: url("static16.png") !important; }
toolbar #navigator-throbber[busy="true"] { list-style-image: url("throbber16.png") !important; opacity: 1 !important}
toolbar #navigator-throbber { min-width: 16px !important; min-height: 16px !important; }

toolbar[iconsize="small"] #navigator-throbber { list-style-image: url("static20.png") !important; }
toolbar[iconsize="small"] #navigator-throbber[busy="true"] { list-style-image: url("throbber20.png") !important; opacity: 1 !important }
toolbar[iconsize="small"] #navigator-throbber { min-width: 20px !important; min-height: 20px !important; }

toolbar[iconsize="large"] #navigator-throbber { list-style-image: url("static24.png") !important; }
toolbar[iconsize="large"] #navigator-throbber[busy="true"] { list-style-image: url("throbber24.png") !important; opacity: 1 !important}
toolbar[iconsize="large"] #navigator-throbber { min-width: 24px !important; min-height: 24px !important; }



/* Tab throbber FF4 */
.tab-throbber {
  list-style-image: url("connectingthrobber.png") !important;
}
.tab-throbber[progress] {
	list-style-image: url("throbber16.png") !important;
}