Cards: Editing background.

This commit is contained in:
2018-03-19 00:14:16 +01:00
parent af35be741c
commit 779b6154ee
2 changed files with 20 additions and 0 deletions

View File

@@ -166,3 +166,13 @@
border: none;
resize: none;
}
.divEditBackground {
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.3);
}