diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-28 12:40:57 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-28 12:40:57 +0200 |
commit | e9e8f576554504784870c70e4a750fe3df7fbeb4 (patch) | |
tree | ca2722e4591db23bb95c9922eb9eeb7f5cac5a3e /core/css | |
parent | d3fc28a6ba7f7a5a10e9567ddb757c8794ffcaa5 (diff) | |
parent | f967a1df6810daa6c05a8c1f3fcbb8bb3a99c58f (diff) | |
download | nextcloud-server-e9e8f576554504784870c70e4a750fe3df7fbeb4.tar.gz nextcloud-server-e9e8f576554504784870c70e4a750fe3df7fbeb4.zip |
Merge pull request #18621 from owncloud/filetype-icons-elsewhere
fix filetype icons elsewhere, empty page, sidebar, apps menu
Diffstat (limited to 'core/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'); } |