From f967a1df6810daa6c05a8c1f3fcbb8bb3a99c58f Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 28 Aug 2015 00:53:27 +0200 Subject: fix filetype icons elsewhere, empty page, sidebar, apps menu --- core/css/icons.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'core/css/icons.css') 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'); } -- cgit v1.2.3