Skip to content
Snippets Groups Projects
Commit 98023373 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update cs for shell plugins

parent 059454e0
No related branches found
No related tags found
1 merge request!576561 add winbox
......@@ -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;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment