I have strange behaviour with firefox (other browser works good).
I have rule:
.feed.input.community .buttons .url {
background-position-x: 9px;
}
After I call:
$('.input.feed').addClass("community");
You can see result on this screenshot.
Maybe anybody knows why or how I can determine why firefox not accept rule?