Files
stf-DeviceFarmer/res/app/control-panes/dashboard/shell/shell.css
2014-05-22 23:23:39 +09:00

15 lines
260 B
CSS

.stf-shell .shell-results {
font-size: 12px;
color: #fefefe;
background: #444;
}
.stf-shell .shell-results-empty {
font-style: italic;
}
.stf-shell .shell-input {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size: 12px;
}