This commit is contained in:
Ross
2021-12-01 18:53:22 +00:00
parent b140791a95
commit 0eeaf8828e
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -774,7 +774,7 @@ input {
border-color: #05668d; border-color: #05668d;
} }
.select2-selection select2-selection--multiple, .select2-selection .select2-selection--multiple,
.select2 .select2-selection--single, .select2 .select2-selection--single,
.select2-selection { .select2-selection {
background-color: #05668d; background-color: #05668d;
@@ -790,7 +790,7 @@ input {
} }
.select2-selection .select2-selection__rendered .select2-selection__choice { .select2-selection .select2-selection__rendered .select2-selection__choice {
background-color: #5897fb; background-color: #5897fb;
} }
+1 -1
View File
@@ -59,7 +59,7 @@
<div class="hide" id="hidden-form"> <div class="hide" id="hidden-form">
<form method="post" id="series_finding_form"> <form method="post" id="series_finding_form">
{% csrf_token %} {% csrf_token %}
{{ series_finding_form }} {{ series_finding_form.as_table }}
<input type="submit" value="Submit"> <input type="submit" value="Submit">
</form> </form>
</div> </div>
+2 -2
View File
@@ -774,7 +774,7 @@ input {
border-color: #05668d; border-color: #05668d;
} }
.select2-selection select2-selection--multiple, .select2-selection .select2-selection--multiple,
.select2 .select2-selection--single, .select2 .select2-selection--single,
.select2-selection { .select2-selection {
background-color: #05668d; background-color: #05668d;
@@ -790,7 +790,7 @@ input {
} }
.select2-selection .select2-selection__rendered .select2-selection__choice { .select2-selection .select2-selection__rendered .select2-selection__choice {
background-color: #5897fb; background-color: #5897fb;
} }