Are you trying to set the color of the secondary progress div, or the
unused portion of the progress bar?

See the second-to-last example in the paper-progress demo
<https://www.polymer-project.org/components/paper-progress/demo.html> for
what the secondary progress looks like.

If you want to change the grey remainder of the paper-slider, it looks like
that comes from styling the paper-progress's progressContainer:

paper-slider::shadow #sliderBar::shadow #progressContainer {
    background-color: #ee1121;
}

On Thu, Feb 12, 2015 at 2:21 AM, Federico Urban <
[email protected]> wrote:

> Is there a way to change the color of the complementary sliderBar in the
> paper-slider component?
> I know how to change the color of the primary progress bar with:
>
> paper-slider::shadow #sliderBar::shadow #activeProgress {
>     background-color: #fefefe;
> }
>
> but how to change the color of the grey colored bar?
>
> Attempts with
> paper-slider::shadow #sliderBar::shadow #secondaryProgress {
>     background-color: #ee1121;
> }
>
> Didn't work.
>
> Thanks
> Federico
>
>  Follow Polymer on Google+: plus.google.com/107187849809354688692
> ---
> You received this message because you are subscribed to the Google Groups
> "Polymer" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/polymer-dev/add1abf7-b684-40e4-b8f6-3483c936af49%40googlegroups.com
> <https://groups.google.com/d/msgid/polymer-dev/add1abf7-b684-40e4-b8f6-3483c936af49%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/CACi5S_23zXFn136yomNK_X3eNgmm22Z486txodsJVeO_t5Jrhw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to