-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathicons.css
More file actions
32 lines (31 loc) · 691 Bytes
/
icons.css
File metadata and controls
32 lines (31 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.item_icon,
.breadcrumb .fa-folder {
width: 16px;
height: 16px;
background-size: 16px;
background-repeat: no-repeat;
display: inline-block;
vertical-align: middle;
}
.item_icon::before,
.breadcrumb .fa-folder::before {
display: none;
}
.breadcrumb .fa-folder {
background-image: url("icons/home-active.png");
}
.folder_icon {
background-image: url("icons/folder.png");
}
.notebook_icon {
background-image: url("icons/document.png");
}
.running_notebook_icon {
background-image: url("icons/filled-circle-active.png");
}
.file_icon {
background-image: url("icons/file.png");
}
.fa-arrow-down {
background-image: url("icons/sorting.png");
}