
I would like to remove the icon from some, but not all of the buttons on a sheet. So I have reset it in the css button[type="roll"]:before { content: ""!important; font-size:0.75em; display: none; } And then manually added back in on the buttons were I want it. <td><button type="roll" name="roll_Idea" value="removed for clarity"}}" >t</button></td> <td><button type="roll" name="roll_Idea" value="removed for clarity" >x?</button></td> .sheet-old_roll{ font-family:dicefontd20; margin:0px!important; } .sheet-new_roll{ margin:0px!important; font-size:1em!important; } Now with customs sheets this works From the drop down it does not Anybody have any idea how I could fix this?