Reply to thread

It's not a bug, so I put it here. Thank you to have make some of the menu buttons independent in the JavaScript. It's working well. It's just missing the related css background-position.


Ie for spoiler:

[code]

.redactor_dropdown a.spoiler {

   background-position: 3px -1565px;

}

[/code]


[code]

html .redactor_toolbar li a.redactor_btn_insertspoiler{

   background-position: 3px -1565px;

}

[/code]



P.S: the "deleted" (strike-through) button hasn't been made independent. May be it has been done on purpose.


Back
Top Bottom