Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Odd Discrepancy between working sheet and pushed sheet

1534285416

Edited 1534285686
Richard T.
Pro
Marketplace Creator
Sheet Author
Compendium Curator
I just had my first pull-request and while testing the integrated character sheet I noticed an oddity with the styling of the repeating fields buttons.  This is what the bottom buttons ought to look like: This is how the pulled sheet is displaying: I've copied and pasted back and forth in a custom sheet to test what's on the github and it displays fine.... no idea what to think; Its just completing ignoring css for this particular button?  .charsheet .repcontrol_add
1534288719
Richard T.
Pro
Marketplace Creator
Sheet Author
Compendium Curator
Here's the full css in case there's some typo or misspell I'm missing: .charsheet .repcontrol_add { display: inline-block; background:#7F2108; color:white; text-shadow:0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000; box-shadow:none; float:left!important; margin-bottom:0px; font-size:0.9em; height:2.2em; font-family: Copperplate, 'Copperplate Gothic Light', fantasy; } .charsheet .repcontrol_edit { display: inline-block; background:#7F2108; color:white; text-shadow:0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000; box-shadow:none; float:none!important; margin-bottom:5px; font-size:0.9em; height:2.2em; font-family: Copperplate, 'Copperplate Gothic Light', fantasy; } .charsheet .repcontrol_del { background:red; color:white; text-shadow:0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000; box-shadow:none; float:none!important; margin-bottom:5px; font-size:0.9em; height:2.2em; } .charsheet .repcontrol_move { display: inline-block; background:#08667f; color:white; text-shadow:0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000; box-shadow:none; float:none!important; margin-bottom:5px; font-size:0.9em; height:1.4em; padding-top:3px; padding-bottom:3px; }