From 551f57b1a7e110fd464f1fcbaf18cc77cdc0f081 Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Wed, 1 Jun 2022 14:31:44 +0200 Subject: [PATCH] Style select2 : https://trackers.pilotsystems.net/prebarreau/0433 --- teleforma/static/admin/extra.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/teleforma/static/admin/extra.css b/teleforma/static/admin/extra.css index 53edc7d2..a1074e39 100644 --- a/teleforma/static/admin/extra.css +++ b/teleforma/static/admin/extra.css @@ -16,3 +16,10 @@ } +.select2-container--default .select2-selection--multiple .select2-selection__choice { + background-color: #a1a1a1; +} + +.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { + color: #fff +} \ No newline at end of file -- 2.39.5