Files
atom/static/command-panel.css
2012-07-17 18:39:29 -06:00

23 lines
326 B
CSS

.command-panel {
position: absolute;
bottom: 0;
width: 100%;
background: #515151;
padding: 3px;
}
.command-panel .preview-list {
max-height: 300px;
overflow: auto;
}
.command-panel .prompt-and-editor {
display: -webkit-box;
}
.command-panel .prompt {
color: white;
font-weight: bold;
padding: .2em;
}