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

Commit

Permalink
Bug 1074580 - Do not display fullscreen home button when in fullscree…
Browse files Browse the repository at this point in the history
…n layout
  • Loading branch information
mikehenrty authored and rvandermeulen committed Oct 3, 2014
1 parent 5c4f6b0 commit 5005847
Showing 1 changed file with 2 additions and 7 deletions.
Expand Up @@ -100,8 +100,8 @@
visibility: hidden;
}

#screen.software-button-enabled:not(.locked):-moz-full-screen-ancestor #fullscreen-software-home-button,
#screen.software-button-enabled.locked.secure-app:-moz-full-screen-ancestor #fullscreen-software-home-button {
#screen.software-button-enabled:not(.fullscreen-layout-app):not(.locked):-moz-full-screen-ancestor #fullscreen-software-home-button,
#screen.software-button-enabled.locked.secure-app:not(.fullscreen-layout-app):-moz-full-screen-ancestor #fullscreen-software-home-button {
visibility: visible;
}

Expand All @@ -114,11 +114,6 @@
}
}

#screen.fullscreen-layout-app:-moz-full-screen-ancestor #fullscreen-software-home-button,
#screen.fullscreen-layout-app #fullscreen-software-home-button {
visibility: hidden;
}

#screen:not(.fullscreen-layout-app) #software-buttons-fullscreen-layout {
visibility: hidden;
}

0 comments on commit 5005847

Please sign in to comment.