Allow removing and changing the amount of already added rects
This commit is contained in:
parent
81fa70698f
commit
c340684b33
2 changed files with 35 additions and 8 deletions
|
|
@ -51,3 +51,12 @@ input[type=number] {
|
|||
.rect-dim {
|
||||
width: 6em;
|
||||
}
|
||||
|
||||
.inventory li a.delete-items {
|
||||
display: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.inventory li:hover a.delete-items {
|
||||
display: inline;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue