
Anyone else have this issue when trying to color roll buttons? no matter how i try to set the background color in the CSS it looks fine in preview, but ingame it turns into a 'hover' color that only colors 3/4 of the button: this is my CSS: button[type=roll] {
color: #3B4C96;
background-color: #AD3232;
font-weight: bold;
text-align:center;
width: 20px;
height: 20px;
margin: 0.0;
padding: 0.0em;
border: 1px solid black;
border-radius: 5px;
}