GNOME Bugzilla – Bug 682271
Increase the opacity of the message tray lightbox
Last modified: 2012-08-20 20:51:32 UTC
It's a bit dark right now; this makes the message tray mode rather disruptive, and results in the popups not having enough contrast with the background. It seems that the opacity is currently set to 0.4. 0.2 would be a better value.
Created attachment 221876 [details] [review] theme: Put back the transition from overview to desktop for the message tray
Created attachment 221877 [details] [review] messageTray: Put the lightbox opacity down Whoops; attached the wrong patch to this bug. But they're both simple.
Review of attachment 221876 [details] [review]: ::: data/theme/gnome-shell.css @@ +1167,3 @@ background: #2e3436 url(message-tray-background.png); background-repeat: repeat; + transition-duration: 250ms; the correct syntax is "250", not "250ms"
Review of attachment 221877 [details] [review]: lgtm
Attachment 221876 [details] pushed as 75ed427 - theme: Put back the transition from overview to desktop for the message tray Attachment 221877 [details] pushed as d1e35d1 - messageTray: Put the lightbox opacity down