Viewing File: /usr/local/cpanel/share/libraries/cjt2/src/styles/terminal.less
.cp-terminal {
.terminal-container {
/* xterm.js’s demo does it this way. */
.terminal {
padding: 3px;
}
&.disabled {
.title {
font-style: italic;
font-weight: normal;
}
.terminal {
filter: blur(0.35px) brightness(80%);
-webkit-filter: blur(0.35px) brightness(80%);
}
}
}
.terminal-title {
text-align: center;
font-size: larger;
font-weight: bold;
margin-bottom: 5px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.terminal-exitcode {
font-weight: bold;
margin-top: 1em;
}
}
Back to Directory
File Manager