Fetch the console history

This commit is contained in:
Garry Newman
2016-03-04 16:56:34 +00:00
parent 4757a60a3c
commit 2950bd483a
3 changed files with 55 additions and 22 deletions
+18 -4
View File
@@ -31,14 +31,28 @@ H3
padding: 8px;
}
#ConsoleController .Output .Requested
#ConsoleController .Output div
{
color: #2196F3;
padding: 2px 4px;
color: #888;
}
#ConsoleController .Output .Chat
#ConsoleController .Output .Command
{
color: #4CAF50;
color: #009688;
background-color: rgba(137, 255, 0, 0.44);
}
#ConsoleController .Output .Warning
{
color: #c79621;
background-color: rgba(255, 128, 0, 0.1);
}
#ConsoleController .Output .Assert, #ConsoleController .Output .Error
{
color: #b42626;
background-color: rgba(255,0,0,.1);
}
#ConsoleController .Input input