From 10a5da4c694846dc797eef2bf79e936557077c72 Mon Sep 17 00:00:00 2001
From: Christophe K <ckforall@gmail.com>
Date: Sat, 1 Jun 2019 01:56:25 +0200
Subject: [PATCH] Update styles.css

---
 html/css/custom/styles.css | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css
index 0eac91a..5bec4b3 100644
--- a/html/css/custom/styles.css
+++ b/html/css/custom/styles.css
@@ -265,6 +265,21 @@ A.grey:visited, A.grey, .grey {
     font-size: 14px;
 }
 
+.select2-search--dropdown {
+
+    background-color: #333;
+}
+
+.select2-results {
+
+    background-color: #333;
+}
+
+.select2-container--default .select2-selection--single {
+    background-color: #333;
+    border: 1px solid #333;
+    border-radius: 4px;
+}
 
 button, input, optgroup, select, textarea {
     background-color: black;
-- 
GitLab