Fixed light box colour, reset back to black.

This commit is contained in:
wmwragg 2016-07-15 14:54:15 +01:00
parent 3a89a5af0b
commit e668d7685d

View file

@ -173,6 +173,7 @@ input[type=text]:focus, textarea:focus {
.mx_Dialog_lightbox .mx_Dialog_background {
opacity: 0.85;
background-color: #000;
}
.mx_Dialog_lightbox .mx_Dialog {