From fd03b36a2ae1e15bc1c661b97b9b29e2ef5764a7 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 1 Dec 2021 18:43:03 +0000 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 5 ++++- static/css/anatomy.css | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index c41bb7e6..19d6f198 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 .select2-selection--single, .select2-selection { background-color: #05668d; @@ -790,6 +790,9 @@ input { } +.select2-selection__choice { + background-color: #5897fb; +} .temp-thumb-large { diff --git a/static/css/anatomy.css b/static/css/anatomy.css index c41bb7e6..19d6f198 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 .select2-selection--single, .select2-selection { background-color: #05668d; @@ -790,6 +790,9 @@ input { } +.select2-selection__choice { + background-color: #5897fb; +} .temp-thumb-large {