Bug 901094 - Progress indicator hidden when navbar is hidden [r=sfoster]

This commit is contained in:
Matt Brubeck 2013-08-06 16:06:15 -07:00
parent 119ff9868e
commit 62c7581207

View File

@ -444,6 +444,16 @@ documenttab[selected] .documenttab-selection {
/* Navigation bar ========================================================== */
/* Most appbars are hidden by default, but we want to keep #navbar visible so
* we can show the progress bar at all times. Instead, we hide only the
* toolbar portion of the navbar. */
#navbar {
visibility: visible;
}
#navbar:not([hiding]):not([visible]) > #toolbar-overlay {
visibility: hidden;
}
.circularprogressindicator-progressRing {
margin: 0 @toolbar_horizontal_spacing@;
pointer-events:none;