mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
42 lines
722 B
CSS
42 lines
722 B
CSS
.fuzzy-finder .directory {
|
|
color: rgba(0, 0, 0, 0.5);
|
|
word-break: break-word;
|
|
margin-left: 5px;
|
|
line-height: 150%;
|
|
}
|
|
|
|
.fuzzy-finder .file:before {
|
|
font-family: 'Octicons Regular';
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-right: 5px;
|
|
margin-left: 5px;
|
|
-webkit-font-smoothing: antialiased;
|
|
color: #9d9d9d;
|
|
}
|
|
|
|
.fuzzy-finder .file.text-name:before {
|
|
content: "\f011";
|
|
}
|
|
|
|
.fuzzy-finder .file.image-name:before {
|
|
content: "\f012";
|
|
}
|
|
|
|
.fuzzy-finder .file.compressed-name:before {
|
|
content: "\f013";
|
|
}
|
|
|
|
.fuzzy-finder .file.pdf-name:before {
|
|
content: "\f014";
|
|
}
|
|
|
|
.fuzzy-finder .file.readme-name:before {
|
|
content: "\f007";
|
|
}
|
|
|
|
.fuzzy-finder .file.binary-name:before {
|
|
content: "\f094";
|
|
}
|