
.active {
  /* Fix flame repeating issue */
  background-repeat: no-repeat;
  /* Fix menu issue where 'active' confluence menus 'vibrate'. */
  width: auto;
  height: auto;
}

table.forum-table div.emoticon.active {
  background-image: url("/wiki/download/resources/com.adaptavist.confluence.bubbles:bubbles-forum-css/icons/fire.png");
  background-repeat: no-repeat;
}


