Fixed Redactor 1.3 beta 3 - new independent buttons missing css

cclaerhout

Well-known member
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:
html .redactor_toolbar li a.redactor_btn_insertspoiler{
   background-position: 3px -1565px;
}


P.S: the "deleted" (strike-through) button hasn't been made independent. May be it has been done on purpose.
 
@Mike:
Is there a chance to get those small changes into the next release? It really would benefit to be more flexible with the buttons and it may be just an oversight to have left out the "strike through".

Thanks.
 
Top Bottom