From 0eeaf8828ec74dd5943e2a4170a9fcf6cf62e726 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 1 Dec 2021 18:53:22 +0000 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 4 ++-- atlas/templates/atlas/series_viewer.html | 2 +- static/css/anatomy.css | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index 4d1134f8..c2c34a79 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -774,7 +774,7 @@ input { border-color: #05668d; } -.select2-selection select2-selection--multiple, +.select2-selection .select2-selection--multiple, .select2 .select2-selection--single, .select2-selection { 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; } diff --git a/atlas/templates/atlas/series_viewer.html b/atlas/templates/atlas/series_viewer.html index 9fd0346b..119f650b 100755 --- a/atlas/templates/atlas/series_viewer.html +++ b/atlas/templates/atlas/series_viewer.html @@ -59,7 +59,7 @@
{% csrf_token %} - {{ series_finding_form }} + {{ series_finding_form.as_table }}
diff --git a/static/css/anatomy.css b/static/css/anatomy.css index 4d1134f8..c2c34a79 100644 --- a/static/css/anatomy.css +++ b/static/css/anatomy.css @@ -774,7 +774,7 @@ input { border-color: #05668d; } -.select2-selection select2-selection--multiple, +.select2-selection .select2-selection--multiple, .select2 .select2-selection--single, .select2-selection { 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; }