tweak directory look in dark theme, add back the dash

This commit is contained in:
Justin Palmer
2013-02-04 11:23:07 -08:00
parent 8474caa8d8
commit 4845135375
3 changed files with 6 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ class FuzzyFinderView extends SelectList
typeClass = 'text-name'
@span fs.base(path), class: "file label #{typeClass}"
if folder = fs.directory(path)
@span "#{folder}/", class: 'directory'
@span " - #{folder}/", class: 'directory'
openPath: (path) ->
@rootView.open(path, {@allowActiveEditorChange}) if path

View File

@@ -23,4 +23,4 @@ html, body,
.wrap-guide {
background: rgba(150, 150, 150, 0.1);
}
}

View File

@@ -25,4 +25,8 @@
.select-list ol .selected {
background-image: -webkit-linear-gradient(#7e7e7e, #737373);
}
.select-list .directory {
color: #777;
}