Files
atom/static/command-panel.css
2012-05-08 13:49:06 -07:00

20 lines
312 B
CSS

.command-panel {
position: absolute;
bottom: 0;
width: 100%;
background: #515151;
padding: 3px;
-webkit-transition: background 200ms ease-out;
display: -webkit-box;
}
.command-panel.error {
background: #991212;
}
.command-panel .prompt {
color: white;
font-weight: bold;
padding: .2em;
}