use different color for path and operation

This commit is contained in:
Justin Palmer
2013-02-13 16:55:42 -08:00
parent d7b6b282a5
commit fcba61f2d1
2 changed files with 6 additions and 1 deletions

View File

@@ -85,6 +85,7 @@
.command-panel .preview-list .operation {
padding-top: 2px;
padding-bottom: 2px;
padding-left: 10px;
}
.command-panel .preview-list .line-number {

View File

@@ -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;