aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/css/sprites.less
blob: 9a63fdd3699da1bc636579b22735234edbafd4ee (plain)
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
.resource-icon {
    width: 32px;
    height: 32px;
}

// From Chrome Dev Tools
.resource-icon-css {
	background-image: url(../images/chrome-devtools/resourceCSSIcon.png);
}
.resource-icon-document {
	background-image: url(../images/chrome-devtools/resourceDocumentIcon.png);
}
.resource-icon-js {
	background-image: url(../images/chrome-devtools/resourceJSIcon.png);
}
.resource-icon-plain {
	background-image: url(../images/chrome-devtools/resourcePlainIcon.png);
}

// Own
.resource-icon-executable {
	background-image: url(../images/resourceExecutableIcon.png);
}
.resource-icon-flash {
	background-image: url(../images/resourceFlashIcon.png);
}
.resource-icon-image {
	background-image: url(../images/resourceImageIcon.png);
}
.resource-icon-java {
	background-image: url(../images/resourceJavaIcon.png);
}
.resource-icon-not-modified {
	background-image: url(../images/resourceNotModifiedIcon.png);
}
.resource-icon-redirect {
	background-image: url(../images/resourceRedirectIcon.png);
}