Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Use 3 colors

Hello Bleistivt,

Can i use 3 colors for 3 label (green, red, yellow) for 3 différents words. Everything are green with differents word actually on my vanilla forum.

If yes, can u show me how should i do?

Thank,

Comments

  • Options
    R_JR_J Ex-Fanboy Munich Admin
    edited February 2015

    I haven't tested it, but reading the Readme.txt makes me think it could be achieved by adding

    .DMarker.DMarker-Gruen {
       background-color: green;
    }
    .DMarker.DMarker-Rot {
       background-color: red;
    }
    .DMarker.DMarker-Gelb {
       background-color: yellow;
    }
    

    to DiscussionMarker/design/dm.css.

  • Options

    It work. Wonderfull. thank. i have not think to look the readme.

Sign In or Register to comment.