ToyDragon / TTSDeckImporter

MTG deck importer for Table Top Simulator
10 stars 4 forks source link

White font? #10

Open c550456 opened 7 years ago

c550456 commented 7 years ago

I'm trying to use the deck creator at http://frogtown.me/deckmaker.html, but in the space where you enter the card information, it appears as white font on a white background. I don't see any options to change this, and can only see what I have written by highlighting it. A fix or workaround for this would be appreciated.

bnm91 commented 7 years ago

Are you in Firefox? I've seen this issue only in Firefox. Does a different browser work for you?

fedobear commented 7 years ago

I am also encountering this problem. Indeed, issue is only in firefox. When switching to chrome the text works normally. Edit: for clarity, the fields 'Card Back URL' 'Hidden Card URL' and '2. Enter deck name' all display the correct black text in white background. The fields 'Mainboard' and 'Commander' both show white text on white background. If you enter a unrecognized card, it shows a red asterisk to the left of it (outside the textbox) correctly.

pfych commented 7 years ago

I am also experiencing this issue in Safari

Alexius1 commented 7 years ago

Using Stylish on Firefox I used this CSS code to make it visible again: .userlist { -webkit-text-fill-color: black !important; }