.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user