mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
use different color for path and operation
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
.command-panel .preview-list .operation {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .line-number {
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
}
|
||||
|
||||
.command-panel .preview-list .path {
|
||||
color: #999;
|
||||
color: #bbb;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.02);
|
||||
}
|
||||
|
||||
@@ -98,6 +98,10 @@
|
||||
color: #cca300;
|
||||
}
|
||||
|
||||
.command-panel .preview-list li.operation {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.command-panel .preview-list li.operation:hover,
|
||||
.command-panel li.operation.selected .preview {
|
||||
color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user