Files
roll20-character-sheets/The Fantasy Trip/TFT.css
T
DigitalMase 77a45b0e5f Updating The Fantasy trip [TFT.html} (#6059)
* added adjDX check style weapon/spell rolls, Shields and Armor section, reformatted main stats to roll20 standard "DX/DX_max"

* csss for sheet buttons

* Sheet/Journal buttons added. Talent section added, minor fixes

* Updated credits

* Updated credits

* rename error

* Update image
2020-04-06 13:30:10 -07:00

11 lines
247 B
CSS

/*Configure the tab buttons*/
.sheet-character,
.sheet-journal {
display: none;
}
/* show the selected tab */
.sheet-tabstoggle[value="character"] ~ div.sheet-character,
.sheet-tabstoggle[value="journal"] ~ div.sheet-journal {
display: block;
}