You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
If you have a php file that pulls in a card from another file via ajax and injects it into the DOM, the header color will be black, despite what its set to be.
for reference, I've used this method to color the header: --paper-card-header-color: var(--default-primary-color);
If you have a php file that pulls in a card from another file via ajax and injects it into the DOM, the header color will be black, despite what its set to be.
for reference, I've used this method to color the header:
--paper-card-header-color: var(--default-primary-color);
edit: i've created a small example explaining the issue better than I can. http://www.mandworks.com/ajaxexample/Home.php . Feel free to go back and forth between the two pages.
The text was updated successfully, but these errors were encountered: