mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
removing the gradient from the status bar, and adding padding around command-panel
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.command-panel {
|
||||
background: #515151;
|
||||
padding: 3px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.command-panel .preview-list {
|
||||
@@ -45,7 +45,7 @@
|
||||
.command-panel .prompt {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
padding: .2em;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.error-messages {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.status-bar {
|
||||
background-image: -webkit-linear-gradient(#303030, #252525);
|
||||
background-color: #303030;
|
||||
border-top: 1px solid #454545;
|
||||
padding: 4px 10px 3px;
|
||||
font-size: 11px;
|
||||
|
||||
Reference in New Issue
Block a user