Flash red when entering a malformed command in the command panel

This commit is contained in:
Nathan Sobo
2012-03-28 16:11:44 -07:00
parent e0ed462c6e
commit a4c25dc678
3 changed files with 30 additions and 1 deletions

View File

@@ -4,6 +4,11 @@
background: #515151;
display: -webkit-box;
padding: 3px;
-webkit-transition: background 200ms ease-out;
}
.command-panel.error {
background: #991212;
}
.command-panel .prompt {