@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

.tab-progress {
        -moz-appearance: progressbar !important;
        min-height: 3px !important;
}

.tab-progress > .progress-bar {
        -moz-appearance: none !important;
background: -moz-linear-gradient(left, #42AEE8, rgba(255, 255, 255, 1)) !important;
        min-height: 1px !important;
}

#urlbar[fission="fusion"] > #statusbar-icon .progress-bar{
-moz-appearance: none !important;
background: -moz-linear-gradient(left, #42AEE8, rgba(255, 255, 255, 0)) !important;
opacity: 0.75 !important;
border-right: 2px solid #42AEE8 !important;
}

.autocomplete-textbox-container-fission{
opacity: .999 !important;
}