mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-14 04:29:04 +03:00
127 lines
2.1 KiB
CSS
127 lines
2.1 KiB
CSS
.tree-view .entries {
|
|
margin-left: 12px;
|
|
}
|
|
|
|
.tree-view .entries .file .name {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.tree-view .file .name,
|
|
.tree-view .directory .header {
|
|
padding-top: 4px;
|
|
padding-bottom: 4px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.tree-view .directory .header {
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.tree-view-dialog {
|
|
padding: 5px;
|
|
}
|
|
|
|
.tree-view-dialog .prompt {
|
|
padding-bottom: 3px;
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
}
|
|
|
|
.tree-view-dialog .prompt span {
|
|
position: relative;
|
|
top: -1px;
|
|
}
|
|
|
|
.tree-view-dialog .prompt:before {
|
|
font-family: 'Octicons Regular';
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-right: 3px;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
.tree-view-dialog .prompt.add:before {
|
|
content: "\f086";
|
|
}
|
|
|
|
.tree-view-dialog .prompt.move:before {
|
|
content: "\f03e";
|
|
}
|
|
|
|
.tree-view .directory .header .name,
|
|
.tree-view .file .name {
|
|
position: relative;
|
|
padding-left: 21px;
|
|
}
|
|
|
|
.tree-view .directory .header .name:before,
|
|
.tree-view .file .name:before {
|
|
font-family: 'Octicons Regular';
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-right: 5px;
|
|
-webkit-font-smoothing: antialiased;
|
|
position: absolute;
|
|
left: 0;
|
|
}
|
|
|
|
.tree-view .disclosure-arrow:before {
|
|
font-family: 'Octicons Regular';
|
|
font-size: 12px;
|
|
width: 12px;
|
|
height: 12px;
|
|
line-height: 16px;
|
|
margin-right: 3px;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
.tree-view .directory .header .directory-icon:before {
|
|
content: "\f016";
|
|
top: -5px;
|
|
}
|
|
|
|
.tree-view .directory .header .repository-icon:before {
|
|
content: "\f001";
|
|
top: -4px;
|
|
}
|
|
|
|
.tree-view .directory .header .submodule-icon:before {
|
|
content: "\f017";
|
|
top: -5px;
|
|
}
|
|
|
|
.tree-view .file .text-icon:before {
|
|
content: "\f011";
|
|
top: -2px;
|
|
}
|
|
|
|
.tree-view .file .image-icon:before {
|
|
content: "\f012";
|
|
top: -2px;
|
|
}
|
|
|
|
.tree-view .file .compressed-icon:before {
|
|
content: "\f013";
|
|
top: -2px;
|
|
}
|
|
|
|
.tree-view .file .pdf-icon:before {
|
|
content: "\f014";
|
|
top: -2px;
|
|
}
|
|
|
|
.tree-view .file .readme-icon:before {
|
|
content: "\f007";
|
|
top: -2px;
|
|
}
|
|
|
|
.tree-view .directory > .header .disclosure-arrow:before {
|
|
content: "\f05a";
|
|
}
|
|
|
|
.tree-view .directory.expanded > .header .disclosure-arrow:before {
|
|
content: "\f05b";
|
|
}
|