mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
23 lines
326 B
CSS
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;
|
|
}
|