/*
*************************************************************
* --- Created NOV 19 2009 --- By Barbie Foster              *
* Barbiegirl  http://userstyles.org/users/13023             *
* TITLE: Tab Mix Plus Progressbar: Strip At Top (ANY COLOR) * 
* http://userstyles.org/styles/22662                        *
*************************************************************
*/

/*
ONLY WORKS WITH FIREFOX ADDON: Tab Mix Plus
https://addons.mozilla.org/en-US/firefox/addon/1122
*/




@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


.tabbrowser-tabs tab .progress-bar
{
background: lightsteelblue !important;
max-height: 3px !important;
margin-top: -3px !important;
margin-left: -2px !important;
margin-right: -20px !important;
width: 100% !important;

}