diff --git a/client/src/css/seatmap.css b/client/src/css/seatmap.css index 2cc63d9..ea9e7eb 100644 --- a/client/src/css/seatmap.css +++ b/client/src/css/seatmap.css @@ -91,7 +91,7 @@ div.seatCharts-seat.unavailable { } #JSCLegendInner select option { - color: white; + color: #5c5c5c; } .jBox-Notice .jBox-content { diff --git a/client/src/modules/legend.ts b/client/src/modules/legend.ts index fcc12d9..8aaaffa 100644 --- a/client/src/modules/legend.ts +++ b/client/src/modules/legend.ts @@ -75,9 +75,10 @@ function appendLegendOptions(inElement: HTMLElement, inSelect: JQuery, inClassName: string, inVal: string, inText: string): void { +function appendLegendOption(inSelect: JQuery, inClass: string, inVal: string, inText: string): void { let option: JQuery = jQuery('