1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 15:25:36 +03:00
betaflight/tabs/cli.css
2014-04-03 14:20:12 +02:00

36 lines
No EOL
624 B
CSS

.tab-cli {
}
.tab-cli p {
padding: 5px;
border: 1px dotted silver;
}
.tab-cli .window {
margin-top: 10px;
height: 350px;
padding: 5px;
overflow-y: scroll;
overflow-x: hidden;
font-family: monospace;
color: white;
border: 1px solid silver;
background-color: black;
-webkit-user-select: text;
}
.tab-cli textarea {
margin-top: 8px;
display: block;
height: 20px;
line-height: 20px;
padding-left: 5px;
border: 1px solid silver;
resize: none;
}