Added delete button to entity lists.

This commit is contained in:
Tomas Bures 2018-09-28 14:51:55 +02:00
parent bc818aaee2
commit 2b57396a5d
22 changed files with 312 additions and 67 deletions

View file

@ -131,4 +131,8 @@
.withElementInFullscreen {
height: 0px;
overflow: hidden;
}
.iconDisabled {
color: #888;
}