The panels (for tools, campaign log etc.) are still difficult to see on Safari on macOS; they seem to have a "frosted glass" style blur effect, but are lacking the dark background that other browsers have. This makes the icons/text hard or impossible to read when they're over lighter sections of a map.
This isn't a problem for the labels under tokens though, which appear dark and slightly transparent just as they do on other browsers.
The specific problem appears to be the use of the color-mix function which is only supported in the absolutely latest browser versions (and even then, not all of them) but many versions of macOS and iOS will not be that up to date as they're not receiving new Safari versions except for security fixes. Here's an example (abbreviated) CSS class showing the problem:
Please, for the sake of sanity, combine these into common CSS blocks, there's almost no point having a stylesheet when each element is individually styled. 😝
Former D&D Beyond Customer of six years: With the axing of piecemeal purchasing, lack of meaningful development, and toxic moderation the site isn't worth paying for anymore. I remain a free user only until my groups are done migrating from DDB, and if necessary D&D, after which I'm done. There are better systems owned by better companies out there.
I have unsubscribed from all topics and will not reply to messages. My homebrew is now 100% unsupported.
To post a comment, please login or register a new account.
The panels (for tools, campaign log etc.) are still difficult to see on Safari on macOS; they seem to have a "frosted glass" style blur effect, but are lacking the dark background that other browsers have. This makes the icons/text hard or impossible to read when they're over lighter sections of a map.
This isn't a problem for the labels under tokens though, which appear dark and slightly transparent just as they do on other browsers.
The specific problem appears to be the use of the color-mix function which is only supported in the absolutely latest browser versions (and even then, not all of them) but many versions of macOS and iOS will not be that up to date as they're not receiving new Safari versions except for security fixes. Here's an example (abbreviated) CSS class showing the problem:
Changing this to something simpler and better supported gives the same result for all browsers:
It looks like some other CSS classes will need the same change, these are:
Please, for the sake of sanity, combine these into common CSS blocks, there's almost no point having a stylesheet when each element is individually styled. 😝
Former D&D Beyond Customer of six years: With the axing of piecemeal purchasing, lack of meaningful development, and toxic moderation the site isn't worth paying for anymore. I remain a free user only until my groups are done migrating from DDB, and if necessary D&D, after which I'm done. There are better systems owned by better companies out there.
I have unsubscribed from all topics and will not reply to messages. My homebrew is now 100% unsupported.