Change opacity for editor modal-mask.

This commit is contained in:
Julia Radzhabova 2017-08-16 15:46:30 +03:00
parent 57197575e5
commit d822aacd47

View file

@ -14,7 +14,7 @@
left: 0;
width: 100%;
height: 100%;
opacity: 0;
opacity: 0.2;
background-color: rgb(0,0,0);
z-index: @zindex-modal - 1;
}