Merge pull request 'added border to seatmap unavailable and available cells to make white seats visible' (#17) from staging into master
Reviewed-on: http://localhost:3000/zino/seatmapv2/pulls/17
This commit is contained in:
@@ -72,7 +72,10 @@ div.seatCharts-seat.unavailable {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-size: 100% 100%, auto;
|
background-size: 100% 100%, auto;
|
||||||
border: none;
|
}
|
||||||
|
|
||||||
|
div.seatCharts-seat.available, div.seatCharts-seat.unavailable {
|
||||||
|
border: 1px solid grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
#JSCLegendInner select {
|
#JSCLegendInner select {
|
||||||
|
|||||||
Reference in New Issue
Block a user