From 660bfefa956829c566c5f00b7c5922be5a07ba8f Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 1 Jun 2018 09:06:39 +0000 Subject: [PATCH] Elastic: Add icons for more MS file formats (Bifrost#T108495) --- plugins/libkolab/skins/elastic/include/kolab_files.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/libkolab/skins/elastic/include/kolab_files.less b/plugins/libkolab/skins/elastic/include/kolab_files.less index 80b47905..9356f26b 100644 --- a/plugins/libkolab/skins/elastic/include/kolab_files.less +++ b/plugins/libkolab/skins/elastic/include/kolab_files.less @@ -189,17 +189,24 @@ a.button.saveas:before { content: @fa-var-file-pdf; } + &.application_vnd_openxmlformats_officedocument_wordprocessingml_document span:before, + &.application_vnd_openxmlformats_officedocument_wordprocessingml_template span:before, &.application_vnd_ms_word span:before, &.application_msword span:before { content: @fa-var-file-word; } &.application_vnd_ms_excel span:before, + &.application_vnd_openxmlformats_officedocument_spreadsheetml_sheet span:before, + &.application_vnd_openxmlformats_officedocument_spreadsheetml_template span:before, &.application_vnd_oasis_opendocument_spreadsheet span:before, &.application_vnd_oasis_opendocument_spreadsheet_template span:before { content: @fa-var-file-excel; } + &.application_vnd_openxmlformats_officedocument_presentationml_presentation span:before, + &.application_vnd_openxmlformats_officedocument_presentationml_template span:before, + &.application_vnd_openxmlformats_officedocument_presentationml_slideshow span:before, &.application_vnd_ms_powerpoint span:before { content: @fa-var-file-powerpoint; }