Giter Site home page Giter Site logo

Comments (6)

sphh avatar sphh commented on July 19, 2024 1

BTW nice, crisp and clear icons! 👍

from spam-scores.

friedPotat0 avatar friedPotat0 commented on July 19, 2024

That's right. I noticed that too and would have liked to solve it with proper vector graphics. However, I can't find any documentation on the integration of SVGs in custom columns integrated in MailExtensions. I also took a look at the latest version of the Show InOut add-on mentioned above, but it seems like they use PNG files for the column icons, too. Maybe I can slightly increase the resolution of the current PNGs.

I don't know why the documentation for these MailExtensions is so weak. You can hardly find any information about specific problems and have to collect everything from other add-ons.

I will definitely take a closer look at the resolution problem of the icons.

from spam-scores.

sphh avatar sphh commented on July 19, 2024

So Günter has not published it yet.

Here is the adapted showInOUt.css file:

/* ..... inout column ..... */

treecol.inoutColumnHeader {
  list-style-image: url("correspondents-col.svg");
}

/* Using indicators */
treechildren::-moz-tree-image(sio_inoutCol, out) {
  list-style-image: url("out.svg");
}
treechildren::-moz-tree-image(sio_inoutCol, to_me) {
  list-style-image: url("to_me.svg");
}
treechildren::-moz-tree-image(sio_inoutCol, to_others) {
  list-style-image: url("to_others.svg");
}
treechildren::-moz-tree-image(sio_inoutCol, to_list) {
  list-style-image: url("to_list.svg");
}
/* end indicators*/
/* revert to old icons:
treechildren::-moz-tree-image(sio_inoutCol) {
  list-style-image: url("skin/inout.png");
}
*/

and the .svg is a 16×16pixel .svg file. Does this help?

from spam-scores.

friedPotat0 avatar friedPotat0 commented on July 19, 2024

That was the missing part. Thanks for the hint. It will be included in the next version. I will check if I can fix some of the other issues before release.

from spam-scores.

sphh avatar sphh commented on July 19, 2024

All credit is due to Günter from the ShowInOut add-on, because he told me, when I "complained" about the fuzzy icons in his add-on.

from spam-scores.

sphh avatar sphh commented on July 19, 2024

Thanks!

from spam-scores.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.