Add border to command panel

This commit is contained in:
Kevin Sawicki
2013-01-04 09:22:49 -08:00
parent ef39cc7f2d
commit 6818bf3b93

View File

@@ -1,5 +1,6 @@
.command-panel {
background: #515151;
background-color: #303030;
border: 1px solid #252525;
color: #ededed;
padding: 5px;
}