mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
Fixed light box colour, reset back to black.
This commit is contained in:
parent
3a89a5af0b
commit
e668d7685d
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue