io.termd.core.http.main.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of termd-core Show documentation
Show all versions of termd-core Show documentation
An open source terminal daemon library providing terminal handling in Java,
back ported to Alibaba by core engine team to support running on JDK 6+.
#terminal:-webkit-full-screen{
background-color: rgb(255, 255, 12);
}
.container {
width: 100%;
min-height: 600px;
}
.fullSc {
z-index: 10000;
position: fixed;
top: 25%;
left: 90%;
display: none;
}
#fullScBtn {
border-radius:17px;
border: 0;
cursor: pointer;
background-color: black;
}