cannabis ape

Registered
I finally have all the colors, links etc all but one. Tried all kinds of CSS and setting but I can't seem to find how to do this for this one.

As you can see, when I get a new conversation and hover it the text stays white. But with alerts it shows fine.

Any idea how I can target that specific popup or where to change it?

Cheers
 

Attachments

  • convo.png
    convo.png
    20.7 KB · Views: 13
  • convo2.png
    convo2.png
    16.5 KB · Views: 12
I think this in extra.less should help you:

Code:
.XenBase .menu-row.menu-row--highlighted .contentRow-main * {
    color: green;
}
.XenBase .menu-row.menu-row--highlighted {
    background: pink;
}

It gets the "highlighted" class for a bit.
 
I think this in extra.less should help you:

Code:
.XenBase .menu-row.menu-row--highlighted .contentRow-main * {
    color: green;
}
.XenBase .menu-row.menu-row--highlighted {
    background: pink;
}

It gets the "highlighted" class for a bit.
Seems it did the job done, great now lets hope it didnt change something else that will popup later on.

Only got a few questions left and then I'm finally done with the design!

Thanks!
 
Seems it did the job done, great now lets hope it didnt change something else that will popup later on.

Only got a few questions left and then I'm finally done with the design!

Thanks!

That CSS I gave you is pretty specific to just the highlighted bits in the menus, so it shouldn't change anything else, I hope :D
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back