mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 07:53:28 +02:00
14 lines
203 B
CSS
14 lines
203 B
CSS
.stf-remote-debug {
|
|
|
|
}
|
|
|
|
.stf-remote-debug .remote-debug-textarea {
|
|
resize: none;
|
|
cursor: text;
|
|
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
|
font-size: 12px;
|
|
width: 100%;
|
|
}
|
|
|
|
|