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.
25 lines
416 B
CSS
25 lines
416 B
CSS
.ui-terminal {
|
|
height: 18em;
|
|
overflow: auto;
|
|
padding: .25em;
|
|
}
|
|
|
|
.ui-terminal-input {
|
|
border: 0 none;
|
|
background-color: transparent;
|
|
color: inherit;
|
|
padding: 0;
|
|
margin: 0 0 0 .125em;
|
|
width: 75%;
|
|
outline: none;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
.ui-terminal-command {
|
|
margin-left: .125em;
|
|
-moz-margin-start: .125em;
|
|
}
|
|
|
|
.ui-terminal-input::-ms-clear {
|
|
display: none;
|
|
} |