Fork me on GitHub

TimeIt--change "today" date highlight color in npjs navigation block  Bottom

  • i have changed "ti-today " color in CSS file but no effect. "today" date is still highlithed in red.

    can someone point where this thing can be changed?

    yes , i filled out ticket .
  • Make sure you are referencing the correct CSS. Use Firebug on Firefox to verify the CSS location and edit accordingly. Editing the wrong file accounts for 90% of these issues in my experience.
  • I've changed

    Code

    .ti-today {
        border: 2px dashed #FF3300;
    }

    to

    Code

    .ti-today {
        border: 2px dashed green;
    }

    in TimeIt/pnstyle/style.css and the dashed line was green insted of red.
  • jaenosjelantru
    yes , i did, but TimeIt generates color in rgb(r,g,b) from #FF3300 and change in Firebug gives nothing.
    planetenkiller
    yes, i did same but it did not work for me...hmm..maybe chaching problem?

    problem is that "ti-today" style is not used in block table,
    but

    Code

    background-color: rgb(255, 51, 0);




    edited by: shoshia, Sep 06, 2009 - 01:33 PM

This list is based on users active over the last 60 minutes.