Question / Help Ideas for twitch.tv chat on-screen

Muf

Forum Moderator
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.

I think you need to add !important after any attribute that overrides a previously set attribute.
 

warcode

New Member
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
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.

I think you need to add !important after any attribute that overrides a previously set attribute.

Or you need to have a higher level of specificity than the default stylesheet.
 
Top