Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

CSS: styling ACTION buttons as ROLL buttons

Hello,  I want all my actions buttons to look like roll buttons. Does anyone know what is the default css for roll buttons? thanks
1643268554
GiGs
Pro
Sheet Author
API Scripter
I dont know the default style, but you can apply the same CSS to both, overriding the existing CSS.Something like .charsheet button.yourstylename { /* your style here */ } or .charsheet button[type="action"].yourstylename, .charsheet button[type="roll"].yourstylename { /* your style here */ } You can find the current CSS, by using the browser's inspect feature (usually rightclick the button and select Inspect or a similar label).