You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
inav-configurator/tabs/cli.css

46 lines
725 B
CSS

.tab-cli {
11 years ago
height: 100%;
}
.tab-cli p {
padding: 5px;
border: 1px dotted silver;
}
.tab-cli .backdrop {
border: 1px solid silver;
background-color: black;
margin-top: 10px;
height: calc(100% - 80px); /* - (p, textarea) */
}
.tab-cli .window {
height:100%;
padding: 5px;
overflow-y: scroll;
overflow-x: hidden;
font-family: monospace;
color: white;
box-sizing: border-box;
-webkit-user-select: text;
}
.tab-cli textarea {
-webkit-box-sizing: border-box;
width: 100%;
margin-top: 8px;
height: 22px;
line-height: 20px;
padding-left: 5px;
border: 1px solid silver;
resize: none;
}
.tab-cli #content-watermark {
z-index:0;
}