forked from matrix/element-web
Fixed light box colour, reset back to black.
This commit is contained in:
parent
3a89a5af0b
commit
e668d7685d
|
@ -173,6 +173,7 @@ input[type=text]:focus, textarea:focus {
|
||||||
|
|
||||||
.mx_Dialog_lightbox .mx_Dialog_background {
|
.mx_Dialog_lightbox .mx_Dialog_background {
|
||||||
opacity: 0.85;
|
opacity: 0.85;
|
||||||
|
background-color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Dialog_lightbox .mx_Dialog {
|
.mx_Dialog_lightbox .mx_Dialog {
|
||||||
|
|
Loading…
Reference in New Issue