Add file octicon to path elements

This commit is contained in:
Kevin Sawicki
2013-01-04 09:55:20 -08:00
parent bd93de5998
commit bbe2977502

View File

@@ -24,12 +24,22 @@
}
.command-panel .preview-list .path {
padding-top: 2px;
padding-left: 5px;
padding-bottom: 2px;
color: #ffd2a7;
}
.command-panel .preview-list .path:before {
font-family: 'Octicons Regular';
font-size: 16px;
width: 16px;
height: 16px;
margin-right: 5px;
-webkit-font-smoothing: antialiased;
content: "\f011";
position: relative;
top: 1px;
}
.command-panel .preview-list .operation {
padding-top: 2px;
padding-bottom: 2px;