XF 1.4 Left arrow tooltip. how to change the color?

Hello Again RichardKYA! finally has been fixed with the follow codes:
Code:
/*Tooltip arrow left*/
.nodeDescriptionTip .arrow {
    border-color: transparent rgba(185, 9, 9, 9) transparent #BF0000!important;
}
.xenTooltip.statusTip .arrow {
    border-color: transparent rgba(185, 9, 9, 9) transparent #BF0000!important;   
}
2.gif
Thank you!
 
I guess I like the old school.
Thanks Steave! I have to use more that way, my Extra.CSS is getting very fat LOL

EXTRA.css is fine, but almost everything has a style property, so make sure whatever you want to change doesn't have a style property first and then use custom CSS if it doesn't. :)
 
Top Bottom