add function to move textbox

This commit is contained in:
raphael
2019-02-05 13:04:26 +01:00
parent 15b2aeaf9b
commit 5c60f68c14
4 changed files with 50 additions and 33 deletions

View File

@@ -54,9 +54,10 @@ button {
.textBox.active {
border: 1px dashed gray;
}
.textBox>.removeIcon {
.textBox>.removeIcon,.textBox>.moveIcon {
display:none;
}
.textBox.active>.removeIcon {
.textBox.active>.removeIcon,.textBox.active>.moveIcon {
display:block;
}