-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathicons.css
More file actions
48 lines (42 loc) · 1.44 KB
/
icons.css
File metadata and controls
48 lines (42 loc) · 1.44 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.c_cpp_class {
background-image: url("/static/plugins/c9.ide.language.cpp/images/c_cpp_class.png");
background-repeat: no-repeat;
background-position: 3px center;
background-size: 10px 10px;
}
.c_cpp_enum {
background-image: url("/static/plugins/c9.ide.language.cpp/images/c_cpp_enum.png");
background-repeat: no-repeat;
background-position: 3px center;
background-size: 10px 10px;
}
.c_cpp_include {
background-image: url("/static/plugins/c9.ide.language.cpp/images/c_cpp_include.png");
background-repeat: no-repeat;
background-position: 3px center;
background-size: 10px 10px;
}
.c_cpp_macro {
background-image: url("/static/plugins/c9.ide.language.cpp/images/c_cpp_macro.png");
background-repeat: no-repeat;
background-position: 3px center;
background-size: 10px 10px;
}
.c_cpp_struct {
background-image: url("/static/plugins/c9.ide.language.cpp/images/c_cpp_struct.png");
background-repeat: no-repeat;
background-position: 3px center;
background-size: 10px 10px;
}
.c_cpp_typedef {
background-image: url("/static/plugins/c9.ide.language.cpp/images/c_cpp_typedef.png");
background-repeat: no-repeat;
background-position: 3px center;
background-size: 10px 10px;
}
.c_cpp_union {
background-image: url("/static/plugins/c9.ide.language.cpp/images/c_cpp_union.png");
background-repeat: no-repeat;
background-position: 3px center;
background-size: 10px 10px;
}