feat (ui): exec fase 1

This commit is contained in:
kodi
2026-03-04 16:39:41 +01:00
parent d96fc19f41
commit 92e0e04905
3 changed files with 240 additions and 3 deletions
+34
View File
@@ -456,6 +456,40 @@ pre{
.menuItem.ok{ border-color: rgba(45,212,191,.35); }
.menuItem.warn{ border-color: rgba(251,191,36,.35); }
.menuItem.bad{ border-color: rgba(251,113,133,.35); }
.menuItem.info{ border-color: rgba(96,165,250,.45); }
/* Exec terminal modal */
.modalExec{
width: min(1100px, 100%);
}
.execBody{
display: flex;
flex-direction: column;
gap: 10px;
}
.execOutput{
margin: 0;
white-space: pre-wrap;
word-break: break-word;
font-family: var(--mono);
font-size: 12.5px;
color: var(--pre-text);
background: var(--pre-bg);
border: 1px solid var(--soft-line);
border-radius: 12px;
padding: 12px;
min-height: 48vh;
max-height: 64vh;
overflow: auto;
}
.execInputRow{
display: flex;
align-items: center;
gap: 8px;
}
.execInputRow .input{
flex: 1;
}
/* css voor herziene Netwerken pagina */
/* Toolbar controls */