diff --git a/mail/inc/class.mail_compose.inc.php b/mail/inc/class.mail_compose.inc.php index 4db6fe1c77..2a41455a3d 100644 --- a/mail/inc/class.mail_compose.inc.php +++ b/mail/inc/class.mail_compose.inc.php @@ -149,7 +149,7 @@ class mail_compose ), 'selectFromVFSForCompose' => array( 'caption' => 'VFS', - 'icon' => 'filemanager', + 'icon' => 'filemanager/navbar', 'group' => ++$group, 'onExecute' => 'javaScript:app.mail.compose_triggerWidget', 'hint' => 'Select file(s) from VFS', diff --git a/mail/templates/default/display.xet b/mail/templates/default/display.xet index 69379665ee..54821f79cf 100644 --- a/mail/templates/default/display.xet +++ b/mail/templates/default/display.xet @@ -81,7 +81,7 @@ - + diff --git a/mail/templates/default/index.xet b/mail/templates/default/index.xet index 5a83f1417b..23c5894d24 100644 --- a/mail/templates/default/index.xet +++ b/mail/templates/default/index.xet @@ -65,7 +65,7 @@ - + diff --git a/mail/templates/mobile/app.css b/mail/templates/mobile/app.css index a8ce0c6170..78d94c735e 100644 --- a/mail/templates/mobile/app.css +++ b/mail/templates/mobile/app.css @@ -1652,7 +1652,7 @@ span.status_img { width: 12px; height: 12px; background-repeat: no-repeat; - background-image: url(../pixelegg/images/kmmsgread.png); + background-image: url(../pixelegg/images/kmmsgread.svg); background-size: 12px 12px; } tr.deleted span.status_img { diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index 04bb4f5f9e..acbae26a72 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -86,7 +86,7 @@ span.status_img { width: 12px; height: 12px; background-repeat: no-repeat; - background-image: url(../default/images/kmmsgread.png); + background-image: url(../default/images/kmmsgread.svg); } tr.deleted span.status_img { background-image: url(../default/images/kmmsgdel.png); @@ -1640,7 +1640,7 @@ span.status_img { width: 12px; height: 12px; background-repeat: no-repeat; - background-image: url(../pixelegg/images/kmmsgread.png); + background-image: url(../pixelegg/images/kmmsgread.svg); background-size: 12px 12px; } tr.deleted span.status_img { diff --git a/mail/templates/pixelegg/app.less b/mail/templates/pixelegg/app.less index e822495108..c4d47dad7a 100755 --- a/mail/templates/pixelegg/app.less +++ b/mail/templates/pixelegg/app.less @@ -734,7 +734,7 @@ span.status_img { width: 12px; height: 12px; background-repeat: no-repeat; - background-image: url(../pixelegg/images/kmmsgread.png); + background-image: url(../pixelegg/images/kmmsgread.svg); background-size: 12px 12px; } diff --git a/mail/templates/pixelegg/images/filemanager.png b/mail/templates/pixelegg/images/filemanager.png deleted file mode 100755 index fe30f9317f..0000000000 Binary files a/mail/templates/pixelegg/images/filemanager.png and /dev/null differ diff --git a/mail/templates/pixelegg/images/filemanager.svg b/mail/templates/pixelegg/images/filemanager.svg deleted file mode 100644 index c4e1251a72..0000000000 --- a/mail/templates/pixelegg/images/filemanager.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - diff --git a/mail/templates/pixelegg/images/kmmsgread.png b/mail/templates/pixelegg/images/kmmsgread.png deleted file mode 100755 index 651f6d2e47..0000000000 Binary files a/mail/templates/pixelegg/images/kmmsgread.png and /dev/null differ