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 @@
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; }