XF 1.2 Stupid Arrows! Need help!

Matthew Hawley

Well-known member
Im trying to add an arrow before the message in taigachat.

Im using this but it isnt working.
Code:
#taigachat_full .taigachat_messagetext:before {
width: 0px;
height: 0px;
border-style: solid;
border-width: 5px 8.7px 5px 0;
border-color: transparent #92baa7 transparent transparent;
line-height: 0px;
_border-color: #000000 #92baa7 #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
 
Top Bottom