screenShield: Add box-shadow to the shield

According to the mockups, the screen shield should cast a shadow
when lifted.
This commit is contained in:
Florian Müllner
2012-09-13 18:45:55 +02:00
parent ed82c3763c
commit 2a8625ffae
2 changed files with 7 additions and 1 deletions

View File

@ -2196,6 +2196,11 @@ StButton.popup-menu-item:insensitive {
/* Screen shield */
.screen-shield-background {
background: black;
box-shadow: 0px 4px 8px rgba(0,0,0,0.9);
}
#lockDialogGroup {
background: #2e3436 url(noise-texture.png);
background-repeat: repeat;