From 7e7797004d2a5162d5672f9ee2cfaec75bd224f3 Mon Sep 17 00:00:00 2001 From: root <root@librenmscentos.localdomain> Date: Sun, 9 Jun 2019 14:12:14 +0200 Subject: [PATCH] try select form highlight & std from bootstrap --- html/css/custom/styles.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css index 4bd7fea..27ee8f1 100644 --- a/html/css/custom/styles.css +++ b/html/css/custom/styles.css @@ -335,12 +335,17 @@ select2-container--default .select2-results>.select2-results__options { } -/* + .select2-container--bootstrap .select2-results__option[aria-selected=true] { background-color: #000; color: white; } -*/ + + +.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] { + background-color: #337ab7; + color: #fff; +} /* device dependencies */ .select2-container--default .select2-selection--multiple .select2-selection__rendered { -- GitLab