So.. habe den Ursacher entdeckt 2002Andreas
CSS
/* Aktiver Tab eingefärbt rot-weiss --------------------------------------------DAS STÖRT DAS RELOAD-BALKEN
.tabbrowser-tab[selected] .tab-content {
background: blue !important;
color: white !important;
border-style: dashed double none !important;
}
.tabbrowser-tab[selected] .tab-content:hover {
background: blue !important;
color: white !important;
} -------------------------------------------------------------------------------BIS HIER */
liegt an diesem Teil, warum es im aktivem Tab den Reload-Balken nicht anzeigt.