mirror of https://github.com/zulip/zulip.git
Remove second background from #lighbox_overlay.
The child ".image-preview" has a background which is ordinarily invisible (as it is the same color as the #lightbox_overlay bg, however when fading in it is noticeable.
This commit is contained in:
parent
234e8b500e
commit
24e2f31d3d
|
@ -14,8 +14,6 @@
|
|||
height: calc(100% - 65px - 30px);
|
||||
margin: 0px;
|
||||
|
||||
background-color: #19203a;
|
||||
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
|
|
Loading…
Reference in New Issue