Files
roll20-character-sheets/ADnD_2E_Revised/css/roll20-overrides.css
T

24 lines
556 B
CSS

/* Overwrite Roll20 base styling */
details > summary:first-of-type {
display: list-item;
}
/* Fix action buttons in repeating tables */
div.repcontainer:not(.editmode) div.repitem td button[type="action"],
div.repcontainer:not(.editmode) div.repitem th button[type="action"] {
position: relative;
}
/* Dark Mode override */
.sheet-darkmode .charsheet label {
color: #333;
}
/* Fix background color so active fields can be differentiated from read-only and disabled fields */
input,
button,
select,
textarea {
background-color: white;
}