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 {