Comment 1 for bug 932162

Revision history for this message
Michael Terry (mterry) wrote :

Cimi, the following bit in light-themes is causing black boxes behind several images in the greeter:

.lightdm.button:focused *,
.lightdm.button:selected *,
.lightdm.button:selected:focused * {
    background-color: alpha (black, 0.6);
}

I'm not sure of the best way to fix it besides just removing the line (though I'm sure that line serves a purpose). Just wanted to give you a heads up so you might know how to fix it.