Change opacity for editor modal-mask.
This commit is contained in:
parent
57197575e5
commit
d822aacd47
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue