mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Extract command panel as an extension
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
.command-panel {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
background: #515151;
|
||||
display: -webkit-box;
|
||||
padding: 3px;
|
||||
-webkit-transition: background 200ms ease-out;
|
||||
|
||||
display: -webkit-box;
|
||||
}
|
||||
|
||||
.command-panel.error {
|
||||
@@ -13,8 +15,6 @@
|
||||
|
||||
.command-panel .prompt {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.command-panel .editor {
|
||||
-webkit-box-flex: 1
|
||||
}
|
||||
font-weight: bold;
|
||||
padding: .2em;
|
||||
}
|
||||
Reference in New Issue
Block a user