mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-30 03:42:15 +00:00
Remove the dark header from light theme
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<div class="d-none d-md-block">
|
<div class="d-none d-md-block">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table mb-0">
|
<table class="table mb-0">
|
||||||
<thead class="thead-dark">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">#</th>
|
<th scope="col">#</th>
|
||||||
<th scope="col">Event Date</th>
|
<th scope="col">Event Date</th>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
{% block search %}{% endblock %}
|
{% block search %}{% endblock %}
|
||||||
<div class="table-responsive col-sm-12">
|
<div class="table-responsive col-sm-12">
|
||||||
<table class="table table-hover">
|
<table class="table table-hover">
|
||||||
<thead class="thead-dark">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">Invoice #</th>
|
<th scope="col">Invoice #</th>
|
||||||
<th scope="col">Event</th>
|
<th scope="col">Event</th>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<p>These events have happened, but paperwork has not yet been sent to treasury</p>
|
<p>These events have happened, but paperwork has not yet been sent to treasury</p>
|
||||||
<div class="table-responsive col-sm-12">
|
<div class="table-responsive col-sm-12">
|
||||||
<table class="table table-hover">
|
<table class="table table-hover">
|
||||||
<thead class="thead-dark">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">Event #</th>
|
<th scope="col">Event #</th>
|
||||||
<th scope="col">Start Date</th>
|
<th scope="col">Start Date</th>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table mb-0">
|
<table class="table mb-0">
|
||||||
<thead class="thead-dark">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">Event</th>
|
<th scope="col">Event</th>
|
||||||
<th scope="col" class="">{{ object_list.0|verbose_name:'nonstandard_equipment'|title }}</th>
|
<th scope="col" class="">{{ object_list.0|verbose_name:'nonstandard_equipment'|title }}</th>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<div class="d-none d-md-block">
|
<div class="d-none d-md-block">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
<thead class="thead-dark">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">#</th>
|
<th scope="col">#</th>
|
||||||
<th scope="col">Name<a href="?{% orderby request 'orderBy' 'name' %}"><span class="caret"></span></a></td>
|
<th scope="col">Name<a href="?{% orderby request 'orderBy' 'name' %}"><span class="caret"></span></a></td>
|
||||||
|
|||||||
Reference in New Issue
Block a user