diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-28 00:53:27 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-28 00:53:27 +0200 |
commit | f967a1df6810daa6c05a8c1f3fcbb8bb3a99c58f (patch) | |
tree | f497686d6663fe8e7edb1ad7564febddcb42355e /core/css/icons.css | |
parent | 5479db63719de9b6341edcb2cb16ee7c7a3beff5 (diff) | |
download | nextcloud-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.css | 8 |
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'); } |