Display context menu actions in the toolbar when an element is selected

This commit is contained in:
yflory
2017-02-23 17:25:25 +01:00
parent a0340f1419
commit d8cc2903cc
4 changed files with 171 additions and 108 deletions

View File

@@ -465,6 +465,13 @@ span {
}
}
}
#contextButtonsContainer {
float: right;
margin: 5px;
button {
vertical-align: top;
}
}
}