From 166b161753f69971a62650ec44331910db7e4164 Mon Sep 17 00:00:00 2001
From: root <root@librenmscentos.localdomain>
Date: Mon, 3 Jun 2019 22:53:29 +0200
Subject: [PATCH] Finanlement ! find #overlib to change border color of overlib
 + some  reorganize

---
 html/css/custom/styles.css | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css
index 00f7e8a..26f7083 100644
--- a/html/css/custom/styles.css
+++ b/html/css/custom/styles.css
@@ -78,8 +78,6 @@ html[data-theme='dark'] {
   --text-color-highlight: hsl(25, 70%, 45%);
 }
 
-
-
 /* SCROLL BAR*/
 
 ::-webkit-scrollbar {
@@ -648,12 +646,27 @@ legend {
 }
 
 /* OVERLIB BG*/
-.overlib {
-
-    background-color: #000000;
+.lib_overlib {
+    background: inherit;
+    background-color: #333;
+    color:cyan;
+    padding: 0; 
+    margin: 0; 
+}
 
+.devices-overlib-box {
+    background-color: #292929;
 }
 
+/*border of overlib different than content*/
+#overDiv {
+    z-index: 1200 !important;
+    border: solid 1px #777;
+    background-color: #333;
+    padding: 5px;
+    border-radius: 4px;
+    box-shadow: 0 5px 15px rgba(0,0,0,.5);
+}
 
 /* FOOTER */
 
-- 
GitLab