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

T2000 dice covered up in Dark Mode

Anybody know how to address the issue of the dice icons in the dialogue box being covered over by pink when you have the game room set to Dark Mode? Thanks for any help!
1662735161

Edited 1662735527
Kraynic
Pro
Sheet Author
It looks like the output is in a roll template, which means the character sheet probably needs updated to work correctly with dark mode.  Which character sheet are you using?  If it is a community sheet, you might be able to track down the author and ask if they would update it for dark mode. Edit: I notice the title says T2000, but that doesn't show up with a search on the character sheet github page. Edit, the second: It also doesn't come up when I put T2000 in to filter the sheet drop down on the game creation page.
The sheet is the T2K 4e sheet. It is on GitHub at: <a href="https://github.com/Roll20/roll20-character-sheets/tree/master/T2K%204e" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/tree/master/T2K%204e</a> I will see if I can send a notice to the sheet designer.
I do not know how to send the sheet designer a message. LOL!
1662741563
David
Sheet Author
DJ said: I do not know how to send the sheet designer a message. LOL! According to the sheet.json this is the &nbsp;author&nbsp; <a href="https://app.roll20.net/users/3266353/nocfenix" rel="nofollow">https://app.roll20.net/users/3266353/nocfenix</a>
So here is another question, do any of you sheet writers know where the specific code is that controls the roll template or what I would be looking for? I can make simple changes to html and php code, as needed, if I know what the code needs to be changed to.
1662852429
David
Sheet Author
Put this in the css. .textchatcontainer .inlinerollresult { &nbsp; &nbsp; background-color: transparent; &nbsp; &nbsp; border: none; }
1662852817
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
That most likely would not work as roll template css doesn't have access to anything higher than the sheet-rolltemplate-TEMPLATENAME &nbsp;container simply because, with the exception of the inline roll result classes, only stylings prepended with sheet- &nbsp;are accepted by the parser.
1662894625

Edited 1662903660
David
Sheet Author
DJ I will send an invite to a test game check&nbsp; and see if I caught everything
Thanks, David! I appreciate it very much.
That did it! Thanks, David! Just to keep this in the public eye for others that might need the same help - is this change to the CSS file something I need to copy in on the local level of my game, or is the GitHub version corrected? Thanks for everything! Doug
1662907927
David
Sheet Author
If you believed it is resolved to your satisfaction I can create a pull request.&nbsp; But release to the production live/server is a (mostly) aumatd process which sheet authors have no control.
I would say yes, it has been corrected for player use in Dark Mode - so if it can be updated on the GitHub site that would be great! Thanks again! I am downloading the files from GitHub now to set up a local sheet for my game. At least, that is what I believe I am doing! LOL! We shall see what happens.