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

Commit

Permalink
Revert "Bug 971654 - Correct lockscreen background sizing"
Browse files Browse the repository at this point in the history
This reverts commit 21d0c2d.
  • Loading branch information
KevinGrandon committed Feb 26, 2014
1 parent dc3f332 commit 83d40ec
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions apps/system/style/lockscreen/lockscreen.css
Expand Up @@ -39,16 +39,12 @@
#lockscreen-background {
position: absolute;
top: 0;
overflow: hidden;

/* Must match the CSS background rule of #screen in system.css */
width: 100%;
height: 100%;
overflow: hidden;
background-color: #000;
background-size: cover; /* Possible memory over-consumption with huge images, it should be removed for improving stability*/
background-repeat: no-repeat;
background-position: 50% 2rem;

background-size: 100%;
-moz-user-select: none;
opacity: 1;
z-index: 1;
Expand Down

0 comments on commit 83d40ec

Please sign in to comment.