I have a little issue while printing bootstrap buttons and the solutions I found aren't working. This solution didn't worked for me : stackoverflow-solution
I've also tryed to change my browser print settings to force printing background colors without success in Firefox and Chrome.
My button looks like this : and if I print it it shows like this :
My PHP code for that button is : echo "<button type=\"button\" class=\"btn btn-primary btn-xs\">$value</button>";