From ec94712c41399195855fe558d44e1b329ea08fb6 Mon Sep 17 00:00:00 2001
From: root <root@librenmscentos.localdomain>
Date: Sat, 1 Jun 2019 03:01:54 +0200
Subject: [PATCH] add different settings

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

diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css
index 73f101b..c48cfa8 100644
--- a/html/css/custom/styles.css
+++ b/html/css/custom/styles.css
@@ -288,7 +288,42 @@ select2-container--default .select2-results>.select2-results__options {
     border-radius: 4px;
 }
 
+/* device dependencies */
+.select2-container--default .select2-selection--multiple .select2-selection__rendered {
+     background-color: black;
+}
+
+.select2-container--default.select2-container--focus .select2-selection--multiple {
+    border: solid #333 1px;
+}
+
+select2-container--default .select2-selection--multiple {
+    background-color: #000;
+    border: 1px solid #333;
+}
+
+.select2-container--default .select2-selection--multiple {
+    background-color: #000;
+    border: 1px solid #333;
+ }
+
+.select2-container--default .select2-selection--multiple {
+    background-color: white;
+    border: 1px solid #020202;
+    border-radius: 4px;
+    cursor: text;
+}
+
+.select2-container--default .select2-selection--multiple .select2-selection__choice {
+    background-color: #000000;
+    border: 1px solid #333;
+ }
 
+.select2-container--default .select2-results__option[aria-selected=true] {
+    background-color: #212020;
+}
+
+/* buttons ETC..*/
 button, input, optgroup, select, textarea {
     background-color: black;
 }
@@ -479,6 +514,11 @@ hr {
    
 }
 
+.modal-footer {
+ 
+    border-top: 1px solid #252222;
+}
+
 /* LEGEND */
 
 legend {
-- 
GitLab