ScreenShield: when explicitly locking, tween the shield from the top

The curtain should appear to be an overlay on top of the system,
and since it is lifted by dragging up, it makes sense to slide it
down on lock.

https://bugzilla.gnome.org/show_bug.cgi?id=681143
This commit is contained in:
Giovanni Campagna
2012-08-03 19:42:43 +02:00
committed by Florian Müllner
parent 12a71be076
commit d7f54213f1
2 changed files with 42 additions and 17 deletions

View File

@ -2201,12 +2201,12 @@ StButton.popup-menu-item:insensitive {
/* Screen shield */
#screenShieldGroup {
#lockDialogGroup {
background: #2e3436 url(noise-texture.png);
background-repeat: repeat;
}
#screenShieldGroup .arrow {
#lockScreenGroup .arrow {
color: #333333;
width: 100px;
height: 50px;