From 9802337391ad66a1292b6c2a36d423052fca523e Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Wed, 26 Jul 2023 09:36:32 +0200
Subject: [PATCH] update cs for shell plugins

---
 public_html/deployment/main.css | 20 +++-----------------
 1 file changed, 3 insertions(+), 17 deletions(-)

diff --git a/public_html/deployment/main.css b/public_html/deployment/main.css
index 3026f0b1..b15d900d 100644
--- a/public_html/deployment/main.css
+++ b/public_html/deployment/main.css
@@ -282,31 +282,17 @@ input[type="radio"]:checked+label, input[type="checkbox"]:checked+label{
 
 .tab-pane p {margin: 1em 10px;}
 
-/* ----- plugins ----- */
+/* ----- shell plugins ----- */
 
-/*
-.draggable-onpage{position: absolute;}
-.draggable-onscreen{position: fixed;}
-.isdragging{opacity: 0.9;}
-
-.cmdoutbox{background: rgba(0,0,0,0.9); color: #f0f0f0; box-shadow: 0.2em 0.2em 0.5em rgba(0,0,0,0.4); display: none;}
-.cmdoutbox .header{background:#628;padding: 0.1em 0.5em;}
-
-.cmdoutbox .out{color:#ccf; ;padding: 0.5em; font-family: monospace; overflow: scroll; white-space: nowrap; }
-.cmdoutbox button.btn-close{background:#e55; color: #fff; border: none;}
-
-.cmdoutbox .bar{background: rgba(255,255,255,0.1);}
-.cmdoutbox .progress{background: #85a;}
-*/
+.cmdoutbox{display: none;}
 .ciwinbox .wb-body{
-    background: rgba(0,0,0,0.9) !important; 
+    background: #111 !important; 
     color: #ccf; 
     font-family: monospace; 
     padding: 0.5em;
     overflow: scroll; 
     white-space: nowrap; 
 }
-.cmdoutbox{display: none;}
 .ciwinbox .bar{background: rgba(255,255,255,0.1);}
 .ciwinbox .progress{background: #85a;}
 
-- 
GitLab