mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
31 lines
598 B
CSS
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;
|
|
}
|