@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/*changes download boxes to fill statusbar*/

#downbarHolder > #downbar > stack {
border-color:black !important;
opacity:0.99 !important;
text-shadow: 
white 0px 0px 8px,
white 0px 0px 8px,
white 0px 0px 8px !important;
-moz-box-shadow:
white 0px 0px 8px inset,
white 0px 0px 8px !important;
margin-top:8px!important;
}

/*change button labels to icons*/

#downbarClearButton>label,
#downbarToMiniButton>label{
text-shadow: 
white 0px 0px 8px,
white 0px 0px 8px,
white 0px 0px 8px !important;
}

#downbarClearButton, 
#downbarToMiniButton {
opacity:0.99 !important
}

/*fix jumpyness from button icons*/

#downbarClearButton,
#downbarToMiniButton,
#downbarClearButton:hover,
#downbarToMiniButton:hover{
padding:3px!important
}

/*remove button icon borders*/

#downbarHolder > * {
border:none!important;
}

.db_progress-remainder{
background-color: transparent !important;  
}

#downbarHolder > * > :hover * {
background-color:rgba(255,255,255,0.1)
}

.db_filenameLabel  {
font: 12px 'segoe ui' !important;}

.db_progressIndicator {
font: bold 12px 'segoe ui' !important; }

