diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index d004e11b..225c5614 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -791,6 +791,7 @@ input { } .select2-container--default.select2-container--focus .select2-selection--multiple, +.select2-container--default.select2-container--default .select2-selection--multiple, .select2-selection .select2-selection__rendered .select2-selection__choice { background-color: #5897fb; } diff --git a/atlas/templates/atlas/series_viewer.html b/atlas/templates/atlas/series_viewer.html index 119f650b..39641dd4 100755 --- a/atlas/templates/atlas/series_viewer.html +++ b/atlas/templates/atlas/series_viewer.html @@ -59,7 +59,11 @@
{% csrf_token %} - {{ series_finding_form.as_table }} +