mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
79315b0ef6
Conflicts: static/command-panel.css
15 lines
214 B
CSS
15 lines
214 B
CSS
.command-panel {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background: #515151;
|
|
padding: 3px;
|
|
display: -webkit-box;
|
|
}
|
|
|
|
.command-panel .prompt {
|
|
color: white;
|
|
font-weight: bold;
|
|
padding: .2em;
|
|
}
|