Remove the dark header from light theme

This commit is contained in:
2020-06-24 12:23:41 +01:00
parent 86fe8a8e1b
commit 8820ed1e67
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<div class="d-none d-md-block">
<div class="table-responsive">
<table class="table mb-0">
<thead class="thead-dark">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">Event Date</th>

View File

@@ -11,7 +11,7 @@
{% block search %}{% endblock %}
<div class="table-responsive col-sm-12">
<table class="table table-hover">
<thead class="thead-dark">
<thead>
<tr>
<th scope="col">Invoice #</th>
<th scope="col">Event</th>

View File

@@ -19,7 +19,7 @@
<p>These events have happened, but paperwork has not yet been sent to treasury</p>
<div class="table-responsive col-sm-12">
<table class="table table-hover">
<thead class="thead-dark">
<thead>
<tr>
<th scope="col">Event #</th>
<th scope="col">Start Date</th>

View File

@@ -15,7 +15,7 @@
<div class="col-sm-12">
<div class="table-responsive">
<table class="table mb-0">
<thead class="thead-dark">
<thead>
<tr>
<th scope="col">Event</th>
<th scope="col" class="">{{ object_list.0|verbose_name:'nonstandard_equipment'|title }}</th>

View File

@@ -16,7 +16,7 @@
<div class="d-none d-md-block">
<div class="table-responsive">
<table class="table table-striped">
<thead class="thead-dark">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">Name<a href="?{% orderby request 'orderBy' 'name' %}"><span class="caret"></span></a></td>