From 03f449b3670d3884013f13e1beaf9d96f6f04b1d Mon Sep 17 00:00:00 2001 From: root <root@librenmscentos.localdomain> Date: Sun, 9 Jun 2019 14:00:29 +0200 Subject: [PATCH] modify bg & color select result box bootstrap --- html/css/custom/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css index 616f974..8004060 100644 --- a/html/css/custom/styles.css +++ b/html/css/custom/styles.css @@ -335,6 +335,11 @@ select2-container--default .select2-results>.select2-results__options { } +.select2-container--bootstrap .select2-results__option[aria-selected=true] { + background-color: #000; + color: white; +} + /* device dependencies */ .select2-container--default .select2-selection--multiple .select2-selection__rendered { background-color: black; -- GitLab