We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615dcd8 commit 55249a0Copy full SHA for 55249a0
app/templates/gentelella/admin/event/tickets/tickets.html
@@ -175,13 +175,13 @@ <h3>{{ _("Tickets Summary") }}
175
{{ _("Tickets Capacity Set") }}
176
</th>
177
178
- <th colspan="2" class="success">
+ <th colspan="2" style="color:white" class="label-success">
179
{{ _("Completed Orders") }}
180
181
- <th colspan="2" class="info">
+ <th colspan="2" style="color:white" class="label-info">
182
{{ _("Placed Orders") }}
183
184
- <th colspan="2" class="warning">
+ <th colspan="2" style="color:white" class="label-warning">
185
{{ _("Pending Orders") }}
186
187
</tr>
0 commit comments