
Hello,
I'm new to designing character sheets for the platform, so please bear with the noob question.
I've made my html, javascript and css files, but to when I try to replicate some elements on a character sheet, particularly <button type="roll" class="myClass"> format buttons, roll20 messes around with the css I've defined.
I found the way to remove the annoying dice graphic in this article: https://wiki.roll20.net/Button#Styling_Roll_Buttons , but unfortunately that's not the only thing that gets done automatically. My main issue right now is that while the button looks fine while inactive, hovering over animates the background image to rise upwards while extending the size of the button, while the style I defined in myClass:hover does not show up.
Is there a way to remove all annoying tacked on behavior wholesale? If not, what can I do to remove the animation and have the class I defined take priority?
Thanks!