PolymerElements / paper-toolbar

A Material Design toolbar/appbar
https://www.webcomponents.org/element/PolymerElements/paper-toolbar
40 stars 41 forks source link

Styling variable for #topbar div #86

Open bbalas opened 8 years ago

bbalas commented 8 years ago

Currently the only way to override styles on the #topbar div inside paper-toolbar is to rely on shadow selector. An overridable style variable for the shadow elements would be appreciated for customizing the toolbar.

astevko commented 8 years ago

I've been trying to apply a "justify-content: space-between" style to the #topBar and cannot find the proper selector to make it work either.

mutovkin commented 8 years ago

I would like to vote for this issue. If one is using app based Polymer Starter kit, places some action buttons in the toolbar and at the same time app name (title) is long none of the action buttons are clickable since middle toolbar is above the topBar element. A simple z-index resolves this problem.

ktiedt commented 8 years ago

@bbalas @astevko feel free to checkout that PR, it should solve your problem, and hopefully the Polymer Team won't have any issues with that fix.