mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
Modal background restyled
This commit is contained in:
parent
446f74b3dd
commit
2fb1e156ed
1 changed files with 2 additions and 2 deletions
|
@ -161,8 +161,8 @@ input[type=text]:focus, textarea:focus {
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #000;
|
||||
opacity: 0.2;
|
||||
background-color: #e9e9e9;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.mx_Dialog_lightbox .mx_Dialog_background {
|
||||
|
|
Loading…
Reference in a new issue