Files
stf/res/app/control-panes/dashboard/remote-debug/remote-debug.css
2015-06-15 19:55:03 +09:00

12 lines
201 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%;
}