-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSS Class conflict with Lovelace Custom Weather Card #4
Comments
Alternatively, it should use the Shadow DOM so that the CSS is encapsulated and won't conflict with other cards. Something like this:
Then, in the updateHtmlIfNecessary method, exclude the this.content.innerHTML = code which sets the CSS. |
Hello |
Open the calendar-card.js file in the directory and edit it. The two lines you are looking for are line #74 and #158. |
This was mentioned in the forum thread but I just thought I'd add it here as a reminder. Please change the CSS class "day" to "calendar_day" in your next update. Thanks!
Otherwise, this is the calendar I always wanted when HA first added Google Calendar support. Thanks for making it a reality!!
The text was updated successfully, but these errors were encountered: