Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3830 from timdream/statusbar-v1-loading-cleanup
Browse files Browse the repository at this point in the history
Status bar loading icon CSS clean up, restore 0.2s workaround
  • Loading branch information
timdream committed Aug 25, 2012
2 parents a2bcc69 + 7bc82b3 commit ecbd736
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions apps/system/style/statusbar/statusbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,23 +62,25 @@
-moz-transform: translateY(20px);
}

#statusbar-loading.popup-loading, #statusbar-loading.app-loading {
#statusbar-loading {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background: url('images/loading.gif') center center repeat-x;

-moz-transition: opacity 0.1s ease 0.2s;
visibility: visible;
}

#statusbar-loading {
display: block;
visibility: hidden;

-moz-transition: none;
opacity: 0;
}

#statusbar-loading.popup-loading, #statusbar-loading.app-loading {
visibility: visible;

-moz-transition: opacity 0.1s ease 0.2s;
opacity: 1;
}

#statusbar-label {
Expand Down

0 comments on commit ecbd736

Please sign in to comment.