Skip to content
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

<core-scaffold> 0.5 toolbar background coloring broken #1834

Closed
lifeelement opened this issue Jun 11, 2015 · 2 comments
Closed

<core-scaffold> 0.5 toolbar background coloring broken #1834

lifeelement opened this issue Jun 11, 2015 · 2 comments
Labels

Comments

@lifeelement
Copy link

I'm having issues trying to set the background color of the toolbar when using core-scaffold. How does one set the background color for the full toolbar?

@sorvell sorvell added the 0.5 label Jun 11, 2015
@lifeelement
Copy link
Author

Using the following only works in IE and NOT Chrome: body core-toolbar { background-color: #00FF00; }

We need the cure for Chrome.

@lifeelement lifeelement changed the title <core-scaffold> 0.5 toolbar background styling <core-scaffold> 0.5 toolbar background coloring broken Jun 16, 2015
@lifeelement
Copy link
Author

Fixed it with this:

<style> body core-toolbar { background-color:Black; color:#ffffff; } core-scaffold::shadow core-toolbar { background-color:Black; color:#ffffff; } </style>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants