added border to seatmap unavailable and available cells to make white seats visible

This commit is contained in:
zino
2021-08-04 15:32:29 +02:00
parent 6325183558
commit d8c6e02f93

View File

@@ -72,7 +72,10 @@ div.seatCharts-seat.unavailable {
background-repeat: no-repeat;
background-position: center center;
background-size: 100% 100%, auto;
border: none;
}
div.seatCharts-seat.available, div.seatCharts-seat.unavailable {
border: 1px solid grey;
}
#JSCLegendInner select {