Files
roll20-character-sheets/Dreamchaser/dreamchaser.css
T
2018-03-19 07:57:47 -04:00

31 lines
598 B
CSS

button[type="roll"]:before {
content: ""!important;
font-size: 15px;
font-family: dicefontd10;
background-color: transparent;
background-image: none;
}
button[type="roll"] {
font-size: 15px;
font-family: dicefontd10;
background-color: transparent;
background-image: none;
}
input[type="text"],
input[type="radio"],
input[type="number"] {
border: 0;
background-color: transparent;
background-image: none;
font-size: 10px!important;
padding: 0px;
}
textarea {
border: 0;
background-color: transparent;
font-size: 10px;
}