|
|
@ -19,44 +19,44 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
.file--general, |
|
|
|
.file--general, |
|
|
|
.file--application-octet-stream { |
|
|
|
.file--application-octet-stream { |
|
|
|
background-image: url(../../images/icons/application-octet-stream.png); |
|
|
|
background-image: url(../images/icons/application-octet-stream.png); |
|
|
|
} |
|
|
|
} |
|
|
|
.file--package-x-generic { |
|
|
|
.file--package-x-generic { |
|
|
|
background-image: url(../../images/icons/package-x-generic.png); |
|
|
|
background-image: url(../images/icons/package-x-generic.png); |
|
|
|
} |
|
|
|
} |
|
|
|
.file--x-office-spreadsheet { |
|
|
|
.file--x-office-spreadsheet { |
|
|
|
background-image: url(../../images/icons/x-office-spreadsheet.png); |
|
|
|
background-image: url(../images/icons/x-office-spreadsheet.png); |
|
|
|
} |
|
|
|
} |
|
|
|
.file--x-office-document { |
|
|
|
.file--x-office-document { |
|
|
|
background-image: url(../../images/icons/x-office-document.png); |
|
|
|
background-image: url(../images/icons/x-office-document.png); |
|
|
|
} |
|
|
|
} |
|
|
|
.file--x-office-presentation { |
|
|
|
.file--x-office-presentation { |
|
|
|
background-image: url(../../images/icons/x-office-presentation.png); |
|
|
|
background-image: url(../images/icons/x-office-presentation.png); |
|
|
|
} |
|
|
|
} |
|
|
|
.file--text-x-script { |
|
|
|
.file--text-x-script { |
|
|
|
background-image: url(../../images/icons/text-x-script.png); |
|
|
|
background-image: url(../images/icons/text-x-script.png); |
|
|
|
} |
|
|
|
} |
|
|
|
.file--text-html { |
|
|
|
.file--text-html { |
|
|
|
background-image: url(../../images/icons/text-html.png); |
|
|
|
background-image: url(../images/icons/text-html.png); |
|
|
|
} |
|
|
|
} |
|
|
|
.file--text-plain { |
|
|
|
.file--text-plain { |
|
|
|
background-image: url(../../images/icons/text-plain.png); |
|
|
|
background-image: url(../images/icons/text-plain.png); |
|
|
|
} |
|
|
|
} |
|
|
|
.file--application-pdf { |
|
|
|
.file--application-pdf { |
|
|
|
background-image: url(../../images/icons/application-pdf.png); |
|
|
|
background-image: url(../images/icons/application-pdf.png); |
|
|
|
} |
|
|
|
} |
|
|
|
.file--application-x-executable { |
|
|
|
.file--application-x-executable { |
|
|
|
background-image: url(../../images/icons/application-x-executable.png); |
|
|
|
background-image: url(../images/icons/application-x-executable.png); |
|
|
|
} |
|
|
|
} |
|
|
|
.file--audio { |
|
|
|
.file--audio { |
|
|
|
background-image: url(../../images/icons/audio-x-generic.png); |
|
|
|
background-image: url(../images/icons/audio-x-generic.png); |
|
|
|
} |
|
|
|
} |
|
|
|
.file--video { |
|
|
|
.file--video { |
|
|
|
background-image: url(../../images/icons/video-x-generic.png); |
|
|
|
background-image: url(../images/icons/video-x-generic.png); |
|
|
|
} |
|
|
|
} |
|
|
|
.file--text { |
|
|
|
.file--text { |
|
|
|
background-image: url(../../images/icons/text-x-generic.png); |
|
|
|
background-image: url(../images/icons/text-x-generic.png); |
|
|
|
} |
|
|
|
} |
|
|
|
.file--image { |
|
|
|
.file--image { |
|
|
|
background-image: url(../../images/icons/image-x-generic.png); |
|
|
|
background-image: url(../images/icons/image-x-generic.png); |
|
|
|
} |
|
|
|
} |
|
|
|