Shell shows 'No output' when there is an empty result.

This commit is contained in:
Gunther Brunner
2014-04-03 19:56:27 +09:00
parent b01e901ffc
commit 7bf5f9c941
3 changed files with 11 additions and 4 deletions

View File

@@ -2,4 +2,8 @@
font-size: 12px;
color: #fefefe;
background: #444;
}
.stf-shell .shell-results-empty {
font-style: italic;
}