M Muf Forum Moderator Dec 3, 2012 #21 Raini said: Do you know if I need to replace the emoticons CSS too? I'm trying to use this in my chat.css at the moment, but it isn't working. Click to expand... I think you need to add !important after any attribute that overrides a previously set attribute.
Raini said: Do you know if I need to replace the emoticons CSS too? I'm trying to use this in my chat.css at the moment, but it isn't working. Click to expand... I think you need to add !important after any attribute that overrides a previously set attribute.
W warcode New Member Dec 3, 2012 #22 Code: .emo-50 { background-image: url('') !important; background-size: 30px 40px !important; width: 30px !important; height: 40px !important; vertical-align: middle !important; } If that doesn't work it might be that the emoticon ids are more unstable than I thought and kappa is not .emo-50 for you.
Code: .emo-50 { background-image: url('') !important; background-size: 30px 40px !important; width: 30px !important; height: 40px !important; vertical-align: middle !important; } If that doesn't work it might be that the emoticon ids are more unstable than I thought and kappa is not .emo-50 for you.
Warchamp7 Forum Admin Dec 3, 2012 #23 Muf said: Raini said: Do you know if I need to replace the emoticons CSS too? I'm trying to use this in my chat.css at the moment, but it isn't working. Click to expand... I think you need to add !important after any attribute that overrides a previously set attribute. Click to expand... Or you need to have a higher level of specificity than the default stylesheet.
Muf said: Raini said: Do you know if I need to replace the emoticons CSS too? I'm trying to use this in my chat.css at the moment, but it isn't working. Click to expand... I think you need to add !important after any attribute that overrides a previously set attribute. Click to expand... Or you need to have a higher level of specificity than the default stylesheet.