Is there a way to use a CSS external file to change the color of the 
selection Bar in paper-tab component that works either in Safari and 
Firefox?

I've tried with the following settings that work on Chrome but not with the 
other Browsers

The default paper-tab component for the election Bar is yellow #FFFF8D

Thanks for you precious help.

Federico

 paper-tabs.pink paper-tab::shadow #ink {
     color: #ff4081;
     -moz-column-rule-color: #ff4081;
     -webkit-column-rule-color: #ff4081;
 }

 paper-tabs.pink {
     color: #ff4081;
     -moz-column-rule-color: #ff4081;
     -webkit-column-rule-color: #ff4081;
 }

paper-tabs::shadow paper-ripple#ink paper-tab::shadow #ink {
    background-color: #ff4081;
    -moz-column-rule-color: #ff4081;
    -webkit-column-rule-color: #ff4081;
    
}

paper-tabs::shadow #selectionBar {
    background-color: #ff4081;
    -moz-column-rule-color: #ff4081;
    -webkit-column-rule-color: #ff4081;

}

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/83ee4b6a-79ce-459d-8b9b-9f48f7038b2f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to