theme: change the lock screen notification background

The current look is too heavy and looks out of place. Simplify
the background in accordance with the latest mockups.

https://bugzilla.gnome.org/show_bug.cgi?id=702305
This commit is contained in:
Allan Day 2013-07-15 19:09:56 +01:00
parent dab8c5ea56
commit cf7355e4d0

View File

@ -470,10 +470,6 @@ StScrollBar StButton#vhandle:active {
height: 1.86em; height: 1.86em;
} }
#panel.lock-screen {
background-color: rgba(0,0,0,0.3);
}
#panel.unlock-screen, #panel.unlock-screen,
#panel.login-screen { #panel.login-screen {
background-color: transparent; background-color: transparent;
@ -2432,6 +2428,11 @@ StScrollBar StButton#vhandle:active {
/* Screen shield */ /* Screen shield */
#panel.lock-screen,
#screenShieldNotifications {
background-color: rgba(0,0,0,0.3);
}
.screen-shield-background { .screen-shield-background {
background: black; background: black;
box-shadow: 0px 4px 8px rgba(0,0,0,0.9); box-shadow: 0px 4px 8px rgba(0,0,0,0.9);
@ -2477,11 +2478,8 @@ StScrollBar StButton#vhandle:active {
#screenShieldNotifications { #screenShieldNotifications {
border-radius: 8px; border-radius: 8px;
background-color: rgba(0.0, 0.0, 0.0, 0.9);
border: 2px solid #868686;
max-height: 500px; max-height: 500px;
padding: 18px 0; padding: 18px 0;
box-shadow: .5em .5em 20px rgba(0, 0, 0, 0.5);
} }
.screen-shield-notifications-box { .screen-shield-notifications-box {