Author |
|
alexbromo Newbie
Joined: 14 July 2015 Location: Italy
Online Status: Offline Posts: 25
|
Posted: 03 March 2022 at 8:09am | IP Logged
|
|
|
Hello,
should be possible to replace icons placed on top of mail list (Move to folder, Trash, Empty Spam, etc ...) with others ?
ALex.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 03 March 2022 at 12:08pm | IP Logged
|
|
|
Do you mean changing their visual look, or this is about adding buttons which do something else altogether?
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
alexbromo Newbie
Joined: 14 July 2015 Location: Italy
Online Status: Offline Posts: 25
|
Posted: 04 March 2022 at 6:39am | IP Logged
|
|
|
Igor wrote:
Do you mean changing their visual look, or this is about adding buttons which do something else altogether?
--
Regards,
Igor, Afterlogic Support |
|
|
I I would be happy to change the visual look.
ALex.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 04 March 2022 at 11:00pm | IP Logged
|
|
|
Vector images used as icons there are essentially letters in the "afterlogic" font found under static/styles/fonts/ directory, you can find it referenced in styles.css of each skin under static/styles/themes/ directory.
Code:
@font-face {
font-family: 'afterlogic';
src: url('../../fonts/afterlogic.eot');
src: url('../../fonts/afterlogic.eot?#iefix') format('embedded-opentype'), url('../../fonts/afterlogic.svg#afterlogic') format('svg'), url('../../fonts/afterlogic.woff') format('woff'), url('../../fonts/afterlogic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
} |
|
|
We use IcoMoon App for editing the font, the source project is available here. But you can also use some other font editor, glyphs we use start from U+e600.
Hope this helps.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
alexbromo Newbie
Joined: 14 July 2015 Location: Italy
Online Status: Offline Posts: 25
|
Posted: 07 March 2022 at 4:43am | IP Logged
|
|
|
Igor wrote:
Vector images used as icons there are essentially letters in the "afterlogic" font found under static/styles/fonts/ directory, you can find it referenced in styles.css of each skin under static/styles/themes/ directory.
Code:
@font-face {
font-family: 'afterlogic';
src: url('../../fonts/afterlogic.eot');
src: url('../../fonts/afterlogic.eot?#iefix') format('embedded-opentype'), url('../../fonts/afterlogic.svg#afterlogic') format('svg'), url('../../fonts/afterlogic.woff') format('woff'), url('../../fonts/afterlogic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
} |
|
|
We use IcoMoon App for editing the font, the source project is available here. But you can also use some other font editor, glyphs we use start from U+e600.
Hope this helps.
--
Regards,
Igor, Afterlogic Support |
|
|
Thank you a lot Igor !
I will work on a direction you showed me.
ALex.
|
Back to Top |
|
|