Do not show +/- icons for cart rows with seats

This commit is contained in:
Raphael Michel
2019-07-28 16:06:00 +02:00
parent 26726043c2
commit 10aeadf835
2 changed files with 9 additions and 2 deletions

View File

@@ -96,3 +96,6 @@
.cart-modify {
margin-left: 10px;
}
.btn-invisible {
opacity: 0 !important;
}