summaryrefslogtreecommitdiffstats
path: root/core/css/icons.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-08-28 00:53:27 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-08-28 00:53:27 +0200
commitf967a1df6810daa6c05a8c1f3fcbb8bb3a99c58f (patch)
treef497686d6663fe8e7edb1ad7564febddcb42355e /core/css/icons.css
parent5479db63719de9b6341edcb2cb16ee7c7a3beff5 (diff)
downloadnextcloud-server-f967a1df6810daa6c05a8c1f3fcbb8bb3a99c58f.tar.gz
nextcloud-server-f967a1df6810daa6c05a8c1f3fcbb8bb3a99c58f.zip
fix filetype icons elsewhere, empty page, sidebar, apps menu
Diffstat (limited to 'core/css/icons.css')
-rw-r--r--core/css/icons.css8
1 files changed, 2 insertions, 6 deletions
diff --git a/core/css/icons.css b/core/css/icons.css
index e44f9880052..88b14449e46 100644
--- a/core/css/icons.css
+++ b/core/css/icons.css
@@ -227,18 +227,14 @@
background-image: url('../img/places/contacts-dark.svg');
}
-.icon-file {
- background-image: url('../img/places/file.svg');
-}
.icon-files {
background-image: url('../img/places/files.svg');
}
-.icon-folder {
- background-image: url('../img/places/folder.svg');
-}
+.icon-file,
.icon-filetype-text {
background-image: url('../img/filetypes/text.svg');
}
+.icon-folder,
.icon-filetype-folder {
background-image: url('../img/filetypes/folder.svg');
}